Liking cljdoc? Tell your friends :D

stowaway.criteria


apply-tocljmultimethod

Given a criteria (map or vector) apply the given function to each map

Given a criteria (map or vector) apply the given function to each map
sourceraw docstring

extract-nscljmultimethod

Given a criteria and a namespace, extract the portions of the criteria that are applicable to the namespace.

Given a criteria and a namespace, extract the portions of the criteria
that are applicable to the namespace.
sourceraw docstring

model-ref?clj

source

namespacescljmultimethod

source

simplify-andclj

(simplify-and [oper & cs])
source

single-nsclj

(single-ns criteria)

Give a criteria (map or vector), returns the single namepace used in all of the keys, or returns nil if multiple namespaces are used.

Give a criteria (map or vector), returns the single namepace used in all of the keys,
or returns nil if multiple namespaces are used.
sourceraw docstring

update-inclj

(update-in c ks f & args)

Given a criteria map, a key sequence and a function, update the value at the specified key, accounting for a value that includes an explicit operation, like {:user/age [:>= 21]}. Additional, if the specified criteria map does not contain the specified key, no action is performed.

Given a criteria map, a key sequence and a function, update the value at the
specified key, accounting for a value that includes an explicit operation,
like {:user/age [:>= 21]}. Additional, if the specified criteria map does not
contain the specified key, no action is performed.
sourceraw docstring

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

× close