GroupIterableExtension<V> extension

on

Methods

groupBy<K>([K key(V element)?]) Iterable<Group<K, V>>
Groups consecutive keys of this Iterable.