Liking cljdoc? Tell your friends :D

lambdaconnect-sync.utils


group-by-keysetsclj

(group-by-keysets f coll)

Takes a collection and a function that either returns a single key or a set of keys. Creates a map keyed with all the keys and vectors of elements matching keys as values.

Takes a collection and a function that either returns a single key or a set of keys.
Creates a map keyed with all the keys and vectors of elements matching keys as values.
sourceraw docstring

join-mapsclj

(join-maps maps)
(join-maps merge-func maps)
source

mapcatclj

(mapcat f coll)
(mapcat f coll acc)
source

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

× close