Returns whether or not any elements of this seq match the given predicate. If the seq is empty, the result is false.
This is a short-circuiting terminal operation.
pred |
a non-interfering and stateless predicate |
a future of the result -- true if any elements match the given predicate, otherwise false |