Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableArrayReducerOperator
Packages that use ImmutableArrayReducerOperator
-
Uses of ImmutableArrayReducerOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableArrayReducerOperatorModifier and TypeMethodDescriptionImmutableArrayReducerOperator.Builder.build()Builds a newImmutableArrayReducerOperator.static <T> ImmutableArrayReducerOperator<T> ImmutableArrayReducerOperator.copyOf(ArrayReducerOperator<T> instance) Creates an immutable copy of aArrayReducerOperatorvalue.static <T> ImmutableArrayReducerOperator<T> ImmutableArrayReducerOperator.of(BinaryOperator<T> reducer, Expression arrayExpression) Construct a new immutableArrayReducerOperatorinstance.final ImmutableArrayReducerOperator<T> ImmutableArrayReducerOperator.withArrayExpression(Expression value) Copy the current immutable object by setting a value for thearrayExpressionattribute.final ImmutableArrayReducerOperator<T> ImmutableArrayReducerOperator.withPlaceholderValue(Object value) Copy the current immutable object by setting a value for theplaceholderValueattribute.final ImmutableArrayReducerOperator<T> ImmutableArrayReducerOperator.withReducer(BinaryOperator<T> value) Copy the current immutable object by setting a value for thereducerattribute.