Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
flatMapAsync
Function flatMapAsync
flat
Map
Async
<
T
,
O
>
(
mapper
)
:
AsyncOperationFunction
<
T
,
O
>
Returns an Iterable that yields the inner entries of the result produced by the function.
Type Parameters
T
O
Parameters
mapper
:
(
(
value
:
T
,
index
:
number
)
=>
Iterable
<
O
>
)
(
value
,
index
)
:
Iterable
<
O
>
Parameters
value
:
T
index
:
number
Returns
Iterable
<
O
>
Returns
AsyncOperationFunction
<
T
,
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable that yields the inner entries of the result produced by the function.