Liking cljdoc? Tell your friends :D

emptyone-utils.core


->atom-seq->clj

(->atom-seq-> value a)
source

->pprint->clj

(->pprint-> x & {:keys [text convert-fn] :or {convert-fn identity}})
source

first-identityclj

(first-identity q _)
source

forcatcljmacro

(forcat & body)
source

group-by-uniqueclj

(group-by-unique by xs)
source

groupify-by-uniqueclj

(groupify-by-unique f & {:keys [by-key] :or {by-key :pk}})
source

hash-itclj

(hash-it x salt)
source

hydrateclj

(hydrate xs [from-key to-key] getter)
source

hydrate-keyclj

(hydrate-key xs key from)
source

increasing-repeatclj

(increasing-repeat xs)
source

keyword?->stringclj

(keyword?->string x)
source

map-k-v-onclj

(map-k-v-on
  coll
  to-level
  [kf vf]
  {:keys [into-coll _start-level] :or {into-coll [] _start-level 1} :as opts})
source

map-keysclj

(map-keys f m)
source

map-valsclj

(map-vals f m)
source

parse-numclj

(parse-num x)

returns num or nil

returns num or nil
sourceraw docstring

rand-strclj

(rand-str len)
source

re-matches-multiclj

(re-matches-multi regex-strings x)
source

reduce-multi-slashesclj

(reduce-multi-slashes s)
source

second-identityclj

(second-identity _ q)
source

sort-cols-fnclj

(sort-cols-fn rows)
source

string?->keywordclj

(string?->keyword x)
source

string?->wrapped-stringclj

(string?->wrapped-string x & {:keys [wrap-with] :or {wrap-with "'"}})
source

transposeclj

(transpose m)
source

try-timescljmacro

(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.
sourceraw docstring

try-times*clj

(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.
sourceraw docstring

uuidclj

(uuid)
source

vec*clj

(vec* & xs)
source

walk-collect2clj

(walk-collect2
  start-item
  &
  {:keys [need-to-unfold? unfold-as exclude]
   :or {need-to-unfold? coll? unfold-as identity exclude (constantly false)}})
source

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

× close