Uses of Interface
io.dialob.program.expr.arith.Reducer
-
Packages that use Reducer Package Description io.dialob.program.expr.arith -
-
Uses of Reducer in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement Reducer Modifier and Type Class Description static classReducers.Boolstatic classReducers.DurationOpsstatic classReducers.Intstatic classReducers.Numberstatic classReducers.PeriodOpsstatic classReducers.StrMethods in io.dialob.program.expr.arith that return Reducer Modifier and Type Method Description Reducer<T>Reducers.OperatorTemplate. add()Reducer<T>Reducers.OperatorTemplate. div()Reducer<T>BinaryOperator. getReducer()Reducer<T>ImmutableBinaryOperator. getReducer()Reducer<T>Reducers.OperatorTemplate. mult()Reducer<T>Reducers.OperatorTemplate. sub()Methods in io.dialob.program.expr.arith with parameters of type Reducer Modifier and Type Method Description ImmutableBinaryOperator.Builder<T>ImmutableBinaryOperator.Builder. reducer(Reducer<T> reducer)Initializes the value for thereducerattribute.ImmutableBinaryOperator<T>ImmutableBinaryOperator. withReducer(Reducer<T> value)Copy the current immutable object by setting a value for thereducerattribute.
-