Liking cljdoc? Tell your friends :D

automaton-simulation-de.predicates.composed-predicates

Composed predicates accept other predicates and return value based on their value

Composed predicates accept other predicates and return value based on their value
raw docstring

and-fnclj/s

(and-fn & pred-fn)

Returns true if ALL of pred-fns evaluate to true

Returns true if ALL of `pred-fns` evaluate to true
raw docstring

composed-predicates-lang-regclj/s

All predicates in composed predicates lang registry expects other predicates as params

All predicates in composed predicates lang registry expects other predicates as params
raw docstring

not-fnclj/s

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

or-fnclj/s

(or-fn & pred-fn)

Returns true if ANY of pred-fns evaluates to true

Returns true if ANY of `pred-fns` evaluates to true
raw docstring

pred-nameclj/s

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

× close