Collectors
Library of Collectors.
Properties
Functions
Link copied to clipboard
Collects all the values in a map.
Link copied to clipboard
fun <K, V> Collectors.concurrentMapFromEntries(): NonSuspendCollector<Map.Entry<K, V>, ConcurrentMap<K, V>>
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
Wraps a java.util.stream.Collector to use with collect.
Link copied to clipboard
Collects all the values in a map.