Liking cljdoc? Tell your friends :D

frost.util


closeclj

(close closeable)

Closes the given Closeable instance omitting reflection.

Closes the given Closeable instance omitting reflection.
raw docstring

conditional-wrapcljmacro

(conditional-wrap condition wrap-form & body)

Wraps the given body in the given form if the condition evaluates to true at runtime. Otherwise the body is executed normally. Example: (conditional-wrap lock? (locking this %) (.close out))

Wraps the given body in the given form if the condition evaluates to true at runtime.
Otherwise the body is executed normally.
Example: (conditional-wrap lock? (locking this %) (.close out))
raw docstring

illegal-argumentclj

(illegal-argument fmt & args)

printf-errclj

(printf-err msg-fmt & args)

resolve-fnclj

(resolve-fn symbol-str)

Retrieve function specified by the given symbol or string. This function is only thread-safe when txload is enabled previously.

Retrieve function specified by the given symbol or string.
This function is only thread-safe when txload is enabled previously.
raw docstring

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

× close