Liking cljdoc? Tell your friends :D

knossos.util

Toolbox

Toolbox
raw docstring

defcurriedcljmacro

(defcurried name doc meta args & body)
source

deref-throwclj

(deref-throw x)
(deref-throw x timeout timeout-val)

Like deref, but throws Throwables.

Like deref, but throws Throwables.
sourceraw docstring

foldsetclj

(foldset coll)

Folds a reducible collection into a set.

Folds a reducible collection into a set.
sourceraw docstring

maybe-listclj

(maybe-list x)

If x is nil, returns the empty list. If x is not-nil, returns (x).

If x is nil, returns the empty list. If x is not-nil, returns (x).
sourceraw docstring

rempty?clj

(rempty? coll)

Like empty, but for reducibles.

Like empty, but for reducibles.
sourceraw docstring

rfncljmacro

(rfn [f1 k] fkv)
source

rkeepclj

(rkeep f)
(rkeep f coll)

Like keep for reducers

Like keep for reducers
sourceraw docstring

with-thread-namecljmacro

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

Sets the thread name for duration of block.

Sets the thread name for duration of block.
sourceraw docstring

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

× close