Join Slack
Powered by
Is there a stdlib method similar to `Iterable<T...
# stdlib
g
gregorbg
02/09/2019, 2:47 PM
Is there a stdlib method similar to
Iterable<T>.associateBy
that returns
Map<K, Collection<T>>
instead of
Map<K, T>
such that items that map to the same key are accumulated instead of overwritten?
Open in Slack
Previous
Next