Returns false if (pred x) is logical true for any x in coll,
else true.
(def
^{:tag Boolean
:doc "Returns false if (pred x) is logical true for any x in coll,
else true."
:arglists '([pred coll])
:added "1.0"}
not-any? (comp not some))
Comments top
No comments for not-any?. Log in to add a comment.