Liking cljdoc? Tell your friends :D

exoscale.vinyl.fn

Utility functions to build java.util.function implementations

Utility functions to build java.util.function implementations
raw docstring

close-on-completeclj

(close-on-complete x opened)
source

make-funclj

(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.
sourceraw docstring

make-supplierclj

(make-supplier f)
source

suppliercljmacro

(supplier & fntail)
source

when-completeclj

(when-complete x f)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close