Liking cljdoc? Tell your friends :D

paprika.collection


index-byclj/s

(index-by f collection)

Exactly the same as clojure.core/group-by, except it returns a single element. If there are more than one element that matches the function, the ending indexed element is undefined

Exactly the same as clojure.core/group-by, except it returns a single
element. If there are more than one element that matches the function,
the ending indexed element is undefined
sourceraw docstring

map-keysclj/s

(map-keys f clj-map)
source

map-kvclj/s

(map-kv f clj-map)
source

map-valuesclj/s

(map-values f clj-map)
source

update-in-whenclj/s

(update-in-when map path fun & args)
source

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

× close