Interface Selection.ComparableSelection<T extends Comparable<T>>

Type Parameters:
T - Type
All Superinterfaces:
Collection<T>, Iterable<T>, Selection<T>
All Known Subinterfaces:
Selection.DoubleSelection, Selection.IntSelection, Selection.LongSelection, Selection.NumberSelection<T>
Enclosing interface:
Selection<T>

public static interface Selection.ComparableSelection<T extends Comparable<T>> extends Selection<T>
Selection of Comparable elements. This adds min/max and range methods.