any_match


Description:

public Future<bool?> any_match (Predicate<G> pred)

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.

Parameters:

pred

a non-interfering and stateless predicate

Returns:

a future of the result -- true if any elements match the given predicate, otherwise false