Liking cljdoc? Tell your friends :D

com.jolygon.wrap-map.api-0.impl

clj

Internal implementation details for WrapMap. Provides the WrapMap and TransientWrapMap deftypes and related protocols. Users should generally prefer the API functions in 'com.jolygon.wrap-map.api-0' or subsequent API versions, and use the impl keys defined in 'com.jolygon.wrap-map.api-0.common' and 'com.jolygon.wrap-map.trans.common'. This namespace is subject to change.

Internal implementation details for WrapMap.
Provides the WrapMap and TransientWrapMap deftypes and related protocols.
Users should generally prefer the API functions in 'com.jolygon.wrap-map.api-0'
or subsequent API versions, and use the impl keys defined in
'com.jolygon.wrap-map.api-0.common' and 'com.jolygon.wrap-map.trans.common'.
This namespace is subject to change.
cljs

Internal implementation details for WrapMap (ClojureScript). Provides the WrapMap and TransientWrapMap deftypes and related protocols. Users should generally prefer the API functions in 'com.jolygon.wrap-map.api-0' or subsequent API versions, and use the implementation keys defined in 'com.jolygon.wrap-map.api-0.common' and 'com.jolygon.wrap-map.api-0.trans.common'.

This namespace is subject to change.

Internal implementation details for WrapMap (ClojureScript).
Provides the WrapMap and TransientWrapMap deftypes and related protocols.
Users should generally prefer the API functions in 'com.jolygon.wrap-map.api-0'
or subsequent API versions, and use the implementation keys defined in
'com.jolygon.wrap-map.api-0.common' and 'com.jolygon.wrap-map.api-0.trans.common'.

This namespace is subject to change.
raw docstring

allowable-implsclj/s

source (clj)source (cljs)

constructclj/s

(construct e m & [transient?])
source (clj)source (cljs)

get-wrap-persistentclj/s

(get-wrap-persistent e)
source (clj)source (cljs)

get-wrap-transientclj/s

(get-wrap-transient e)
source (clj)source (cljs)

wrap-map*clj/s≠

clj
(wrap-map*)
(wrap-map* m)
(wrap-map* impls 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.
cljs
(wrap-map*)
(wrap-map* m)
(wrap-map* 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.api-0/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.api-0/wrap`
for general use.
source (clj)source (cljs)raw docstring

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

× close