Liking cljdoc? Tell your friends :D

strojure.zmap.impl.core

Implementation interfaces and base types.

Implementation interfaces and base types.
raw docstring

boxed-applyclj/s

(boxed-apply f v)
(boxed-apply f v x)
(boxed-apply f v x y)
(boxed-apply f v x y z)
(boxed-apply f v x y z more)

Returns boxed delay for application of function f to possibly delayed value v.

Returns boxed delay for application of function `f` to possibly delayed
value `v`.
sourceraw docstring

boxed-delayclj/smacro

(boxed-delay & body)

Returns boxed delay for the body.

Returns boxed delay for the `body`.
sourceraw docstring

boxed-delay?clj/s

(boxed-delay? x)

True if x is a boxed delay.

True if `x` is a boxed delay.
sourceraw docstring

Unwrapclj/sprotocol

unwrapclj/s

(unwrap zmap)

Returns underlying map wrapped in zmap.

Returns underlying map wrapped in zmap.
source

Updateclj/sprotocol

update*clj/s

(update* m k f x y z more)

update0clj/s

(update0 m k f)

update1clj/s

(update1 m k f x)

update2clj/s

(update2 m k f x y)

update3clj/s

(update3 m k f x y z)
source

Wrapclj/sprotocol

wrapclj/s

(wrap m)

Wraps m to zmap if it is not zmap.

Wraps `m` to zmap if it is not zmap.
source

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

× close