Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
reduceAsync
Function reduceAsync
reduce
Async
<
T
,
O
>
(
reducerFunction
,
initialValue
)
:
AsyncCollectorFunction
<
T
,
O
>
Executes a reducer function on each entry of the Iterable, resulting in a single output value.
Type Parameters
T
O
Parameters
reducerFunction
:
AsyncReduceFunction
<
T
,
O
>
initialValue
:
ValueOrFactory
<
O
>
Returns
AsyncCollectorFunction
<
T
,
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Executes a reducer function on each entry of the Iterable, resulting in a single output value.