Arrow
Toggle table of contents
2.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Arrow
arrow-collectors
/
arrow.collectors
/
Collectors
/
intReducer
int
Reducer
fun
intReducer
(
initial
:
(
)
->
Int
,
combine
:
(
Int
,
Int
)
->
Int
)
:
NonSuspendCollector
<
Int
,
Int
>