@szilanor/stream
Preparing search index...
mapAsync
Function mapAsync
mapAsync
<
T
,
O
>
(
mapper
:
MapperFunction
<
T
,
O
>
|
AsyncMapperFunction
<
T
,
O
>
,
)
:
AsyncOperationFunction
<
T
,
O
>
Returns an Iterable that yields entries of the source Iterable transformed using the function
Type Parameters
T
O
Parameters
mapper
:
MapperFunction
<
T
,
O
>
|
AsyncMapperFunction
<
T
,
O
>
Returns
AsyncOperationFunction
<
T
,
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable that yields entries of the source Iterable transformed using the function