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)

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.
raw docstring

make-supplierclj

(make-supplier f)

suppliercljmacro

(supplier & fntail)

when-completeclj

(when-complete x f)

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

× close