Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
mapAsync
Function mapAsync
map
Async
<
T
,
O
>
(
mapper
)
:
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