IterableDistinctBy<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
distinctBy<
R> (R selector(E element)) → Iterable< E> -
Available on Iterable<
Returns a new lazy Iterable containing only elements from the collection having distinct keys returned by the givenE> , provided by the IterableDistinctBy extensionselector
function.