ClojureDocs

导航

命名空间

not-any?

clojure.core

自 1.0 起可用 (源代码)
  • (not-any? pred coll)
Returns false if (pred x) is logical true for any x in coll,
else true.