ComparableIterableExtensions<T extends Comparable<T> > extension
- 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