Liking cljdoc? Tell your friends :D

com.jolygon.wrap-map.api-0


assocclj/s

(assoc coll & {:as e})
source

assoc-implclj/s

(assoc-impl coll & kvs)
source

contains-impl?clj/s

(contains-impl? coll k)
source

dissocclj/s

(dissoc coll & ks)
source

dissoc-implclj/s

(dissoc-impl coll & ks)
source

empty-wrapclj/s

source

freezeclj/s

(freeze coll)
source

get-implclj/s

(get-impl coll k)
source

get-implsclj/s

(get-impls coll)
source

make-wrapclj/s

(make-wrap)
(make-wrap m)
(make-wrap e m)

Internal raw constructor for WrapMap. Creates a WrapMap instance directly from the underlying collection m and environment map e. Does NOT perform the internal preparation step (like ensuring default-invoke). Prefer com.jolygon.wrap-map/wrap for general use.

Internal raw constructor for WrapMap. Creates a WrapMap instance
directly from the underlying collection `m` and environment map
`e`. Does NOT perform the internal preparation step (like
ensuring default-invoke). Prefer `com.jolygon.wrap-map/wrap`
for general use.
sourceraw docstring

p-assocclj/s

(p-assoc pm behavior-key handler-fn)
source

p-dissocclj/s

(p-dissoc pm behavior-key)
source

unwrapclj/s

(unwrap coll)
source

varyclj/s

(vary coll afn & args)
source

with-wrapclj/s

(with-wrap coll new-impls)
source

wrapclj/s

(wrap & kvs)

keyval => key val Returns a new wrap-map with supplied mappings. If any keys are equal, they are handled as if by repeated uses of assoc.

keyval => key val
Returns a new wrap-map with supplied mappings.  If any keys are
equal, they are handled as if by repeated uses of assoc.
sourceraw docstring

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

× close