ClojureDocs

Nav

Namespaces

not-any?

clojure.core

Available since 1.0 (source)
  • (not-any? pred coll)
Returns false if (pred x) is logical true for any x in coll,
else true.