Input array, or a promise that resolves to one.
Async predicate to evaluate.
Optionaloptions: EveryOptionsConfiguration options including cancellation and concurrency.
A cancellable handle resolving to true if all items match.
Checks whether all items satisfy an async predicate.
Short-circuits scheduling when the first false is found.
Input array, or a promise that resolves to one.
Async predicate to evaluate.
Optionaloptions: EveryOptionsConfiguration options including cancellation and concurrency.
A cancellable handle resolving to true if all items match.
Checks whether all items satisfy an async predicate. Short-circuits scheduling when the first
falseis found.