Utility functions to build java.util.function implementations
Utility functions to build java.util.function implementations
(make-fun f)
Turn a function of one argument into an implementation
of Function
, BiFunction
, Consumer
, and BiConsumer
.
To allow type hinting on the way out, the extending interface
exoscale.vinyl.fn.Functional
is used which extends all
of the above.
Turn a function of one argument into an implementation of `Function`, `BiFunction`, `Consumer`, and `BiConsumer`. To allow type hinting on the way out, the extending interface `exoscale.vinyl.fn.Functional` is used which extends all of the above.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |