(assert x)
(assert x message)
Evaluates expr and throws an exception if it does not evaluate to logical true Additionally writes the stack trace to a file.
Evaluates expr and throws an exception if it does not evaluate to logical true Additionally writes the stack trace to a file.
(assert-err & args)
(assert-info name value)
(assert-not-macro pred-res & args)
(assert-not-macro-1 pred-res & args)
(assert-warn pred-res & args)
(assert-warn-off pred-res & args)
(chk-dup-hof)
(chk-v! v)
(err & args)
(err-empty x)
(err-empty msg x)
(err-nil-probe x)
(err-nil-probe x & msg)
(err-warn predicate-res & msg)
(filled-map? x)
(first-no-less xs)
(first-no-more xs)
(first-no-more-warn xs)
(get-inn st v)
(get-inn st v default)
(jumble-up-map m)
(least-one? x)
(log & args)
(log-off & _)
(must-be-fn-probe f msg)
(one-only xs & msgs)
(one-only-warn xs & msgs)
(pp x)
(pp n x)
(pp-hide x)
(pp-hide n x)
(pp-str x)
(pp-str n x)
(probe-> x)
(probe-> x & msgs)
Messages go at the end, suitable for use with -> threaded macro where first param position is important
Messages go at the end, suitable for use with -> threaded macro where first param position is important
(probe->> x)
(probe->> msg x)
Message goes at the beginning, suitable for use with ->> threaded macro where last param position is important
Message goes at the beginning, suitable for use with ->> threaded macro where last param position is important
(probe->>off x)
(probe->>off msg x)
(probe->off x)
(probe->off x & msgs)
(probe-count-off xs)
(probe-count-on xs)
(probe-f-off f x & msgs)
(probe-f-on f x & msgs)
(probe-first-n-off n xs)
(probe-first-n-on n xs)
(probe-first-off xs)
(probe-first-on xs)
(safe-dissoc m & ks)
(safe-dissoc-noop m & ks)
(safe-first x)
(safe-get m k)
(safe-second x)
(safe-select-keys m ks)
(safe-select-keys m ks err-empty?)
(sleep t)
(summarize x)
(type-and-value value)
(warn & args)
(warn-off & args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close