Uses of Interface
io.dialob.session.engine.program.expr.arith.Reducer
Packages that use Reducer
-
Uses of Reducer in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement ReducerModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumMethods in io.dialob.session.engine.program.expr.arith that return ReducerModifier and TypeMethodDescriptionReducers.OperatorTemplate.add()Reducers.OperatorTemplate.div()BinaryOperator.getReducer()ImmutableBinaryOperator.getReducer()Reducers.OperatorTemplate.mult()Reducers.OperatorTemplate.sub()Methods in io.dialob.session.engine.program.expr.arith with parameters of type ReducerModifier and TypeMethodDescriptionfinal ImmutableBinaryOperator.Builder<T> Initializes the value for thereducerattribute.final ImmutableBinaryOperator<T> ImmutableBinaryOperator.withReducer(Reducer<T> value) Copy the current immutable object by setting a value for thereducerattribute.