any
Returns true if any element in this satisfies the predicate.
Stream equivalent: Stream.anyMatch.
See also
Returns true if one or more elements returned by this satisfy the given predicate.
Returns true if any element in this satisfies the predicate.
Stream equivalent: Stream.anyMatch.
Returns true if one or more elements returned by this satisfy the given predicate.