any
any<
A>(predicates):Predicate<A>
Defined in: Core/Predicate.ts:145
Combines an array of predicates with OR: passes when at least one holds.
Returns false for an empty array.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”predicates
Section titled “predicates”readonly Predicate<A>[]
Returns
Section titled “Returns”Predicate<A>