Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
takeWhileAsync
Function takeWhileAsync
take
While
Async
<
T
>
(
predicate
)
:
AsyncOperationFunction
<
T
,
T
>
Returns an Iterable taking entries of the source Iterable while the parameter function returns true.
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 taking entries of the source Iterable while the parameter function returns true.