Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-collectors
/
arrow.collectors
/
Collectors
/
reducer
reducer
fun
<
M
>
reducer
(
initial
:
(
)
->
M
,
combine
:
(
M
,
M
)
->
M
,
unordered
:
Boolean
=
false
)
:
NonSuspendCollector
<
M
,
M
>