TODO
TODO
(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.
(reducible c)
Creates an identity reducible function from the collection c.
Creates an identity reducible function from the collection c.
(reducible? x)
Checks whether x is an instance of the CollReduce protocol.
Checks whether x is an instance of the CollReduce protocol.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close