Liking cljdoc? Tell your friends :D

flow-storm.utils


colored-stringclj/s≠

clj
(colored-string s c)
cljs
(colored-string _ _)

contains-only?clj/s

(contains-only? m ks)

formatclj/s

(format & args)

get-current-thread-idclj/s

(get-current-thread-id)

get-monotonic-timestampclj/s

(get-monotonic-timestamp)

get-timestampclj/s

(get-timestamp)

logclj/s

(log msg)

log-errorclj/s

(log-error msg)
(log-error msg e)

merge-metaclj/s

(merge-meta obj & metamaps)

Non-throwing version of (vary-meta obj merge metamap-1 metamap-2 ...). Like vary-meta, this only applies to immutable objects. For instance, this function does nothing on atoms, because the metadata of an atom is part of the atom itself and can only be changed destructively.

Non-throwing version of (vary-meta obj merge metamap-1 metamap-2 ...).
Like `vary-meta`, this only applies to immutable objects. For
instance, this function does nothing on atoms, because the metadata
of an `atom` is part of the atom itself and can only be changed
destructively.
raw docstring

rnd-uuidclj/s

(rnd-uuid)

tag-form-recursivelyclj/s

(tag-form-recursively form key)

Recursively add coordinates to all forms

Recursively add coordinates to all forms
raw docstring

walk-indexedclj/s

(walk-indexed f form)
(walk-indexed coor f form)

Walk through form calling (f coor element). The value of coor is a vector of indices representing element's address in the form. Unlike clojure.walk/walk, all metadata of objects in the form is preserved.

Walk through form calling (f coor element).
The value of coor is a vector of indices representing element's
address in the form. Unlike `clojure.walk/walk`, all metadata of
objects in the form is preserved.
raw docstring

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

× close