Collectors
object Collectors
Library of Collectors.
Properties
Functions
Link copied to clipboard
fun <K, V> Collectors.concurrentMap(): NonSuspendCollector<Pair<K, V>, ERROR CLASS: Symbol not found for ConcurrentMap>
Collects all the values in a map.
Link copied to clipboard
fun <K, V> Collectors.concurrentMapFromEntries(): NonSuspendCollector<Map.Entry<K, V>, ERROR CLASS: Symbol not found for ConcurrentMap>
Collects all the values in a map.
Link copied to clipboard
Collects all the values in a set.
Link copied to clipboard
Link copied to clipboard
fun <T, R> Collectors.jvm(collector: ERROR CLASS: Symbol not found for java.util.stream.Collector): NonSuspendCollector<T, R>
Wraps a java.util.stream.Collector to use with collect.
Link copied to clipboard
Collects all the values in a map.