Liking cljdoc? Tell your friends :D

java-time.util


dashizeclj

(dashize camelcase)
source

editable?clj

(editable? coll)
source

get-static-fields-of-typeclj

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

if-threeten-extracljmacro

(if-threeten-extra then-body else-body)
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

map-valsclj

(map-vals f coll)

Maps a function over the values of an associative collection.

Maps a function over the values of an associative collection.
sourceraw docstring

reduce-mapclj

(reduce-map f coll)
source

when-joda-time-loadedcljmacro

(when-joda-time-loaded & body)

Execute the body when Joda-Time classes are found on the classpath.

Take care - when AOT-compiling code using this macro, the Joda-Time classes must be on the classpath at compile time!

Execute the `body` when Joda-Time classes are found on the classpath.

Take care - when AOT-compiling code using this macro, the Joda-Time classes
must be on the classpath at compile time!
sourceraw docstring

when-threeten-extracljmacro

(when-threeten-extra & body)
source

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

× close