Returns true if any of the values in the collection
satisfies the $predicate. This method is short-circuiting, i.e., once the predicate
matches an item the remaining items will not be considered
anymore.
Returns true if any of the values in the collection
satisfies the $predicate. This method is short-circuiting, i.e., once the predicate
matches an item the remaining items will not be considered
anymore.