Liking cljdoc? Tell your friends :D

vvvvalvalval.supdate.impl


comp1clj/s

(comp1)
(comp1 f)
(comp1 a b)
(comp1 a b c)
(comp1 a b c d)
(comp1 a b c d e)
(comp1 a b c d e f)
(comp1 a b c d e f g)
(comp1 a b c d e f g h)
(comp1 a b c d e f g h i & rest)

ad-hoc composition of 1-arity fns, faster than clojure.core/comp.

ad-hoc composition of 1-arity fns, faster than clojure.core/comp.
sourceraw docstring

supd-map*clj/s

(supd-map* f coll)
source

upd*clj/s

A slightly modified version of update. If transient map tm contains key k, will add (f (get m k)) to the transient map tm.

A slightly modified version of update.
If transient map `tm` contains key `k`, will add
(f (get m k)) to the transient map `tm`.
sourceraw docstring

upd-dynamic*clj/s

A slightly modified version of update. If transient map tm contains key k, will add (f (get m k)) to the transient map tm.

A slightly modified version of update.
If transient map `tm` contains key `k`, will add
(f (get m k)) to the transient map `tm`.
sourceraw docstring

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

× close