Liking cljdoc? Tell your friends :D

dali.utils


assert-reqcljmacro

(assert-req x)
source

coll-of-nums-or-fns?clj

(coll-of-nums-or-fns? size v)
source

deep-mergeclj

(deep-merge a b)

Merges map b into map a recursively. If both values for a certain key are maps, they are deeply merged themselves. If not, the value from map b is used unless it's nil.

Merges map b into map a recursively. If both values for a certain
key are maps, they are deeply merged themselves. If not, the value
from map b is used unless it's nil.
sourceraw docstring

dump-zipperclj

(dump-zipper z)
(dump-zipper z next-fn)
source

exceptionclj

(exception & msg)
source

function?clj

(function? x)
source

generic-zipperclj

(generic-zipper x)

Walks vectors, lists, maps, and maps' keys and values individually. Take care not to replace a keypair with a single value (will throw an exception).

Walks vectors, lists, maps, and maps' keys and values
individually. Take care not to replace a keypair with a single
value (will throw an exception).
sourceraw docstring

ixml-zipperclj

(ixml-zipper document)
source

keyword-concatclj

(keyword-concat & args)
source

keyword-nameclj

(keyword-name k)
source

keyword-nsclj

(keyword-ns k)
source

match-non-matchclj

(match-non-match pred x1 x2)

Given a predicate and 2 values, it returns a vector with the matching value first, and the non-matching value second. Returns nil if none of the values match the predicate.

Given a predicate and 2 values, it returns a vector with the
matching value first, and the non-matching value second. Returns nil
if none of the values match the predicate.
sourceraw docstring

num-or-fn?clj

(num-or-fn? x)
source

prn-namescljmacro

(prn-names & args)
source

safe-update-inclj

(safe-update-in m [k & ks] f & args)
source

to-enlive-class-selectorclj

(to-enlive-class-selector x)
source

to-enlive-id-selectorclj

(to-enlive-id-selector x)
source

to-iri-idclj

(to-iri-id x)
source

transform-zipperclj

(transform-zipper zipper replace-fn)
source

transform-zipper-backwardsclj

(transform-zipper-backwards z replace-fn)
source

transform-zipper-eval-orderclj

(transform-zipper-eval-order z replace-fn)
source

walk-zipperclj

(walk-zipper zipper replace-fn)
source

zipper-lastclj

(zipper-last zipper)
source

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

× close