Skip to main content

not-any?

functionv1.0

clojure.core/not-any?

Available in:BBCLJCLJS
(not-any? [pred coll])
Returns false if (pred x) is logical true for any x in coll, else true.

No examples yet. Be the first to add one!