Liking cljdoc? Tell your friends :D

dali.utils


assert-reqcljmacro

(assert-req x)

coll-of-nums-or-fns?clj

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

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.
raw docstring

dump-zipperclj

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

exceptionclj

(exception & msg)

function?clj

(function? x)

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).
raw docstring

ixml-zipperclj

(ixml-zipper document)

keyword-concatclj

(keyword-concat & args)

keyword-nameclj

(keyword-name k)

keyword-nsclj

(keyword-ns k)

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.
raw docstring

num-or-fn?clj

(num-or-fn? x)

prn-namescljmacro

(prn-names & args)

safe-update-inclj

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

to-enlive-class-selectorclj

(to-enlive-class-selector x)

to-enlive-id-selectorclj

(to-enlive-id-selector x)

to-iri-idclj

(to-iri-id x)

transform-zipperclj

(transform-zipper zipper replace-fn)

transform-zipper-backwardsclj

(transform-zipper-backwards z replace-fn)

transform-zipper-eval-orderclj

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

walk-zipperclj

(walk-zipper zipper replace-fn)

zipper-lastclj

(zipper-last zipper)

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

× close