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