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
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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close