The predicate function.
true if the predicate is satisfied all elements, false
otherwise.
Returns true if all the elements of the array match the predicate,
false otherwise.
The predicate function.
true if the predicate is satisfied all elements, false
otherwise.
Generated using TypeDoc
Returns
trueif all the elements of the array match the predicate,falseotherwise.