Input array, or a promise that resolves to one.
Async predicate to evaluate.
Optionaloptions: SomeOptionsConfiguration options including cancellation and concurrency.
A cancellable handle resolving to true if any item matches.
Checks whether at least one item satisfies an async predicate.
Short-circuits scheduling when the first true is found.
Input array, or a promise that resolves to one.
Async predicate to evaluate.
Optionaloptions: SomeOptionsConfiguration options including cancellation and concurrency.
A cancellable handle resolving to true if any item matches.
Checks whether at least one item satisfies an async predicate. Short-circuits scheduling when the first
trueis found.