@szilanor/stream
Preparing search index...
flatMapAsync
Function flatMapAsync
flatMapAsync
<
T
,
O
>
(
mapper
:
(
value
:
T
,
index
:
number
)
=>
Iterable
<
O
>
,
)
:
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
>
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.