Liking cljdoc? Tell your friends :D

playbook.core


add-daysclj

(add-days date days)
source

add-shutdown-hookclj

(add-shutdown-hook shutdown-fn)
source

assoc-ifclj

(assoc-if map assoc? k v)
source

config-propertyclj

(config-property name)
(config-property name default)
source

current-timeclj

(current-time)
source

ensure-numberclj

(ensure-number val)
source

exception-barrierclj

(exception-barrier fn label)
source

in?clj

(in? seq elm)

true if seq contains elm

true if seq contains elm
sourceraw docstring

safe-json-read-strclj

(safe-json-read-str json-string)
source

string-empty?clj

(string-empty? str)
source

string-leftmostclj

(string-leftmost string count)
(string-leftmost string count ellipsis)
source

try-parse-doubleclj

(try-parse-double str)
(try-parse-double str default-value)
source

try-parse-integerclj

(try-parse-integer str)
(try-parse-integer str default-value)
source

try-parse-longclj

(try-parse-long str)
(try-parse-long str default-value)
source

try-parse-percentageclj

(try-parse-percentage str)
source

unlesscljmacro

(unless condition & body)
source

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

× close