Liking cljdoc? Tell your friends :D

robertluo.fun-map.wrapper

Protocols that sharing with other namespaces

Protocols that sharing with other namespaces
raw docstring

cache-wrapperclj/s

(cache-wrapper wrapped focus)

construct a CachedWrapper

construct a CachedWrapper
sourceraw docstring

fun-wrapperclj/s

construct a new FunctionWrapper

construct a new FunctionWrapper
sourceraw docstring

trace-wrapperclj/s

constructs a TraceWrapper

constructs a TraceWrapper
sourceraw docstring

ValueWrapperclj/sprotocol

A wrapper for a value.

A wrapper for a value.

-unwrapclj/s

(-unwrap this m k)

unwrap the real value from a wrapper on the key of k

unwrap the real value from a wrapper on the key of k

-wrapped?clj/s

(-wrapped? this m)

is this a wrapper?

is this a wrapper?
sourceraw docstring

wrapper-entryclj/s

(wrapper-entry m [k v])

returns a k,v pair from map m and input k-v pair. If v is a wrapped, then recursive unwrap it.

returns a k,v pair from map `m` and input k-v pair.
If `v` is a wrapped, then recursive unwrap it.
sourceraw docstring

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

× close