AggregateComparableIterable<E extends Comparable<Object>> extension

Provides ordering functions for Iterables of Comparables.

See OrderableIterable for ordering elements that are not Comparable.

on

Properties

max → E?
The maximum element in this iterable, or null if empty.
no setter
min → E?
The minimum element in this iterable, or null if empty.
no setter