Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
anyAsync
Function anyAsync
any
Async
<
T
>
(
predicate
?
)
:
AsyncCollectorFunction
<
T
,
boolean
>
Returns true if at least one of the entries satisfies the 'predicate' function.
Type Parameters
T
Parameters
predicate
:
MaybeAsyncPredicateFunction
<
T
>
= ...
Returns
AsyncCollectorFunction
<
T
,
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns true if at least one of the entries satisfies the 'predicate' function.