| Class | Description |
|---|---|
| GroupBy<M extends Map<K,C>,C extends Collection<V>,K,V> |
A unary function grouping elements from an iterator.
|
| IndexBy<M extends Map<K,V>,K,V> |
A unary function indexing elements from an iterator.
|
| PartitionBy<T,CA extends Collection<T>,CR extends Collection<T>> |
A unary function partitioning elements from the passed iterator.
|
Copyright © 2017. All rights reserved.