IterableDistinct<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
distinct(
) → Iterable< E> -
Available on Iterable<
Returns a new lazy Iterable containing only distinct elements from the collection.E> , provided by the IterableDistinct extension