Liking cljdoc? Tell your friends :D

sweet-tooth.endpoint.utils


ent-typeclj

(ent-type x y)

add ent-type metadata to obj. ent-type should be a keyword.

add ent-type metadata to obj. ent-type should be a keyword.
sourceraw docstring

format-entclj

(format-ent e id-key)

Expects e, be it map or seq, to have ent-type defined in metadata

Expects `e`, be it map or seq, to have ent-type defined in metadata
sourceraw docstring

key-byclj

(key-by k xs)
source

update-valsclj

(update-vals x update-map)

Takes a map to be updated, x, and a map of {[k1 k2 k3] update-fn-1 [k4 k5 k6] update-fn-2} such that such that k1, k2, k3 are updated using update-fn-1 and k4, k5, k6 are updated using update-fn-2

Takes a map to be updated, x, and a map of
{[k1 k2 k3] update-fn-1
 [k4 k5 k6] update-fn-2}
such that such that k1, k2, k3 are updated using update-fn-1
and k4, k5, k6 are updated using update-fn-2
sourceraw docstring

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

× close