(->atom-seq-> value a)
(->pprint-> x & {:keys [text convert-fn] :or {convert-fn identity}})
(first-identity q _)
(forcat & body)
(group-by-unique by xs)
(groupify-by-unique f & {:keys [by-key] :or {by-key :pk}})
(hash-it x salt)
(hydrate xs [from-key to-key] getter)
(hydrate-key xs key from)
(increasing-repeat xs)
(keyword?->string x)
(map-k-v-on
coll
to-level
[kf vf]
{:keys [into-coll _start-level] :or {into-coll [] _start-level 1} :as opts})
(map-keys f m)
(map-vals f m)
(rand-str len)
(re-matches-multi regex-strings x)
(reduce-multi-slashes s)
(second-identity _ q)
(sort-cols-fn rows)
(string?->keyword x)
(string?->wrapped-string x & {:keys [wrap-with] :or {wrap-with "'"}})
(transpose m)
(try-times n & body)
Executes body. If an exception is thrown, will retry. At most n retries are done. If still some exception is thrown it is bubbled upwards in the call chain.
Executes body. If an exception is thrown, will retry. At most n retries are done. If still some exception is thrown it is bubbled upwards in the call chain.
(try-times* n thunk)
Executes thunk. If an exception is thrown, will retry. At most n retries are done. If still some exception is thrown it is bubbled upwards in the call chain.
Executes thunk. If an exception is thrown, will retry. At most n retries are done. If still some exception is thrown it is bubbled upwards in the call chain.
(uuid)
(vec* & xs)
(walk-collect2
start-item
&
{:keys [need-to-unfold? unfold-as exclude]
:or {need-to-unfold? coll? unfold-as identity exclude (constantly false)}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close