all
all<
A>(predicates):Predicate<A>
Defined in: Core/Predicate.ts:126
Combines an array of predicates with AND: passes only when every predicate holds.
Returns true for an empty array (vacuous truth).
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”predicates
Section titled “predicates”readonly Predicate<A>[]
Returns
Section titled “Returns”Predicate<A>