Liking cljdoc? Tell your friends :D

clj-jollyday.util


editable?clj

(editable? coll)
source

get-static-fields-of-typeclj

(get-static-fields-of-type klass of-type)
source

map-kvclj

(map-kv f coll)

Maps a function over the key/value pairs of an associate collection. Expects a function that takes two arguments, the key and value, and returns the new key and value as a collection of two elements.

Maps a function over the key/value pairs of an associate collection. Expects
a function that takes two arguments, the key and value, and returns the new
key and value as a collection of two elements.
sourceraw docstring

reduce-mapclj

(reduce-map f coll)
source

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

× close