Iterables<E> extension

on

Methods

groupBy<K>(K keyFunction(E)) Map<K, List<E>>