Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
filterAsync
Function filterAsync
filter
Async
<
T
>
(
predicate
)
:
AsyncOperationFunction
<
T
,
T
>
Returns an Iterable that yields only entries of the source Iterable that satisfy the function.
Type Parameters
T
Parameters
predicate
:
PredicateFunction
<
T
>
Returns
AsyncOperationFunction
<
T
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable that yields only entries of the source Iterable that satisfy the function.