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?

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

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

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

The minimum element in this iterable, or null if empty.
no setter