@szilanor/stream
Preparing search index...
reduceAsync
Function reduceAsync
reduceAsync
<
T
,
O
>
(
reducerFunction
:
AsyncReduceFunction
<
T
,
O
>
,
initialValue
:
ValueOrFactory
<
O
>
,
)
:
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.