Interface BuildableNumberSelectionFunction<SRC,T extends Number & Comparable<T>,P extends Selection.NumberSelection<T>>
- All Superinterfaces:
BuildableComparableSelectionFunction<SRC,
,T, P> BuildableFunction<SRC,
,P> BuildableSelectionFunction<SRC,
,T, P> Function<SRC,
P>
public interface BuildableNumberSelectionFunction<SRC,T extends Number & Comparable<T>,P extends Selection.NumberSelection<T>>
extends BuildableComparableSelectionFunction<SRC,T,P>
-
Method Summary
Methods inherited from interface com.terracottatech.store.function.selections.BuildableComparableSelectionFunction
first, firstOrElse, firstOrFail, get, getOrElse, getOrFail, greaterThan, greaterThanOrEqual, last, lastOrElse, lastOrFail, lessThan, lessThanOrEqual, max, min, sole, soleOrElse
Methods inherited from interface com.terracottatech.store.function.BuildableFunction
in, in, is
Methods inherited from interface com.terracottatech.store.function.selections.BuildableSelectionFunction
contains, isEmpty, notEmpty, size
-
Method Details
-
sum
-