Liking cljdoc? Tell your friends :D

playbook.core


aandcljmacro

(aand & forms)
source

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

binary-slurpclj

(binary-slurp file)
source

call-with-thread-nameclj

(call-with-thread-name fn name)
source

current-timeclj

(current-time)
source

deep-mergeclj

(deep-merge a & maps)
source

drop-nthclj

(drop-nth n coll)
source

edn-slurpclj

(edn-slurp filename)
source

edn-spitclj

(edn-spit filename collection)
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

map-valuesclj

(map-values f m)
source

parsable-string?clj

(parsable-string? maybe-string)
source

partition-stringclj

(partition-string string n)
source

string-empty?clj

(string-empty? str)
source

string-leftmostclj

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

to-mapclj

(to-map key-fn values)
source

to-map-with-keysclj

(to-map-with-keys keys-fn values)
source

truthy-stringsclj

source

try-parse-booleanclj

(try-parse-boolean str)
(try-parse-boolean str default-value)
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-jsonclj

(try-parse-json json-string)
(try-parse-json json-string 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

uri-path?clj

(uri-path? uri)
source

vmapclj

(vmap f coll)
source

with-daemon-threadcljmacro

(with-daemon-thread label & body)
source

with-exception-barriercljmacro

(with-exception-barrier label & body)
source

with-thread-namecljmacro

(with-thread-name thread-name & body)
source

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

× close