IterableDistinct<E> extension

on

Methods

distinct() Iterable<E>

Available on Iterable<E>, provided by the IterableDistinct extension

Returns a new lazy Iterable containing only distinct elements from the collection.