concurrentMap

fun <K, V> Collectors.concurrentMap(): NonSuspendCollector<ERROR CLASS: Symbol not found for Pair<K, V>, ConcurrentMap<K, V>>

Collects all the values in a map.

This Collector supports concurrency, so it's potential faster than Collectors.map.