GroupingExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
groupBy<
K> (K keyExtractor(T)) → Map< K, List< T> > -
Available on Iterable<
Groups the elements of the iterable by a key extracted using the providedT> , provided by the GroupingExtension extensionkeyExtractorfunction.