Liking cljdoc? Tell your friends :D

arctype.service.util


<?cljmacro

(<? ch)

Like core.async/<! but throws if the message is Throwable

Like core.async/<! but throws if the message is Throwable
raw docstring

<??clj

(<?? ch)

Like core.async/<!! but throws if the message is Throwable

Like core.async/<!! but throws if the message is Throwable
raw docstring

error?clj

(error? obj)

go-trycljmacro

(go-try & body)

A core.async/go block, with an implicit try...catch. Exceptions are returned (put onto the go block's result channel).

A core.async/go block, with an implicit try...catch. Exceptions are
returned (put onto the go block's result channel).
raw docstring

map-keysclj/s

(map-keys func dict)

map-valsclj/s

(map-vals func dict)

maybecljmacro

(maybe & body)

possiblycljmacro

(possibly & body)

recursive-deleteclj

(recursive-delete top-path)

rmergeclj/s

(rmerge left right)

thread-trycljmacro

(thread-try & body)

Similar to go-try but uses thread instead of go.

Similar to go-try but uses thread instead of go.
raw docstring

throw-errclj/s≠

(throw-err element)
clj

Throw element if it is Throwable, otherwise return it.

Throw element if it is Throwable, otherwise return it.
cljs

Throw element if it is an Error, otherwise return it

Throw element if it is an Error, otherwise return it
raw docstring

xform-json-coercerclj

(xform-json-coercer schema-def)

Returns a transducer to coerce schema-def from JSON

Returns a transducer to coerce schema-def from JSON
raw docstring

xform-string-coercerclj

(xform-string-coercer schema-def)

Returns a transducer to coerce schema-def from string values

Returns a transducer to coerce schema-def from string values
raw docstring

xform-validatorclj

(xform-validator schema-def)

Returns a transducer to validate schema-def

Returns a transducer to validate schema-def
raw docstring

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

× close