AnyTrue

WMA link


AnyTrue[{$expr_1$, $expr_2$, ...}, test]

returns True if any application of test to $expr_1$, $expr_2$, ... evaluates to True.

AnyTrue[list, test, level]

returns True if any application of test to items of list at level evaluates to True.

AnyTrue[test]

gives an operator that may be applied to expressions.

And
Equivalent