Liking cljdoc? Tell your friends :D

uncomplicate.fluokitten.utils

TODO

TODO
raw docstring

deref?clj

(deref? x)

Checks whether x is dereferencible. On JVM it checks if it is an instance of clojure.lang.IDeref, on other platforms it may be implemented in a similar or a completely different way.

Checks whether x is dereferencible. On JVM it checks if it is
an instance of clojure.lang.IDeref, on other platforms it may
be implemented in a similar or a completely different way.
sourceraw docstring

get-contextclj

(get-context)
source

realizeclj

(realize c cr)
source

reducibleclj

(reducible c)

Creates an identity reducible function from the collection c.

Creates an identity reducible function from the collection c.
sourceraw docstring

reducible?clj

(reducible? x)

Checks whether x is an instance of the CollReduce protocol.

Checks whether x is an instance of the CollReduce protocol.
sourceraw docstring

split-lastclj

(split-last s)
source

with-contextcljmacro

(with-context context & body)

Establishes the monadic context that can be accessed with the get-context function in the dynamic scope inside the body.

Establishes the monadic context that can be accessed
with the get-context function in the dynamic scope inside
the body.
sourceraw docstring

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

× close