ComparableIterableExtensions<T extends Comparable<T> > extension
Min/max lookups for iterables whose elements implement Comparable.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
biggestOccurrence(
) → T? -
Available on Iterable<
Finds the biggest occurrence in the list.T> , provided by the ComparableIterableExtensions extension -
smallestOccurrence(
) → T? -
Available on Iterable<
Finds the smallest occurrence in the list.T> , provided by the ComparableIterableExtensions extension