Skip to main content

not-every?

functionv1.0

clojure.core/not-every?

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

No examples yet. Be the first to add one!