Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-collectors
/
arrow.collectors
/
Collectors
/
map
map
fun
<
K
,
V
>
map
(
)
:
NonSuspendCollector
<
Pair
<
K
,
V
>
,
Map
<
K
,
V
>
>
Collects all the values in a map.