@stdlib/array-base-every-by
Test whether all elements in an array pass a test implemented by a predicate function.
Found 22 results for array.every
Test whether all elements in an array pass a test implemented by a predicate function.
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Cumulatively test whether every element in a provided array is truthy.
Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.
Test whether all elements in an array are truthy.
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in an array fail a test implemented by a predicate function.
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function.
Test whether all elements in a collection are falsy.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function.
Test whether all elements in a collection are truthy.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
Cumulatively test whether every element in a provided array is falsy.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains at least `n` elements which are truthy.