@szilanor/stream
Preparing search index...
someAsync
Variable someAsync
Const
someAsync
:
<
T
>
(
predicate
?:
MaybeAsyncPredicateFunction
<
T
>
,
)
=>
AsyncCollectorFunction
<
T
,
boolean
>
= anyAsync
Type declaration
<
T
>
(
predicate
?:
MaybeAsyncPredicateFunction
<
T
>
,
)
:
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.