Composed predicates accept other predicates and return value based on their value
Composed predicates accept other predicates and return value based on their value
(and-fn & pred-fn)
Returns true if ALL of pred-fns
evaluate to true
Returns true if ALL of `pred-fns` evaluate to true
All predicates in composed predicates lang registry expects other predicates as params
All predicates in composed predicates lang registry expects other predicates as params
(not-fn pred-fn)
Returns true if pred-fn
evaluates to false. Otherwise returns false.
Returns true if `pred-fn` evaluates to false. Otherwise returns false.
(or-fn & pred-fn)
Returns true if ANY of pred-fns
evaluates to true
Returns true if ANY of `pred-fns` evaluates to true
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close