Package com.terracottatech.store.function.selections
package com.terracottatech.store.function.selections
-
InterfacesClassDescriptionBuildableComparableSelectionFunction<SRC,
T extends Comparable<T>, P extends Selection.ComparableSelection<T>> BuildableComparableSelectionOptionalFunction<SRC,T extends Comparable<T>, P extends Selection.ComparableSelection<T>> BuildableNumberSelectionFunction<SRC,T extends Number & Comparable<T>, P extends Selection.NumberSelection<T>> BuildableNumberSelectionOptionalFunction<SRC,T extends Number & Comparable<T>, P extends Selection.NumberSelection<T>> BuildableSelectionFunction<SRC,T, P extends Selection<T>> BuildableSelectionOptionalFunction<SRC,T, P extends Selection<T>>