Determines whether all elements in the given array satisfy the provided predicate function.
The array of elements to test.
A predicate function that takes an element of type T and returns a boolean.
true if the array is non-empty and every element satisfies the predicate; otherwise, false.
true
false
4.0.0
2021-12-14
Determines whether all elements in the given array satisfy the provided predicate function.