Interface BuildableComparableSelectionFunction<SRC,T extends Comparable<T>,P extends Selection.ComparableSelection<T>>

All Superinterfaces:
BuildableFunction<SRC,P>, BuildableSelectionFunction<SRC,T,P>, Function<SRC,P>
All Known Subinterfaces:
BuildableNumberSelectionFunction<SRC,T,P>

public interface BuildableComparableSelectionFunction<SRC,T extends Comparable<T>,P extends Selection.ComparableSelection<T>> extends BuildableSelectionFunction<SRC,T,P>