map

fun <K, V> map(): NonSuspendCollector<Pair<K, V>, Map<K, V>>

Collects all the values in a map.