Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableArrayReducerOperator.Builder
Packages that use ImmutableArrayReducerOperator.Builder
-
Uses of ImmutableArrayReducerOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableArrayReducerOperator.BuilderModifier and TypeMethodDescriptionImmutableArrayReducerOperator.Builder.arrayExpression(Expression arrayExpression) Initializes the value for thearrayExpressionattribute.static <T> ImmutableArrayReducerOperator.Builder<T> ImmutableArrayReducerOperator.builder()Creates a builder forImmutableArrayReducerOperator.ImmutableArrayReducerOperator.Builder.from(ArrayReducerOperator<T> instance) Fill a builder with attribute values from the providedArrayReducerOperatorinstance.ImmutableArrayReducerOperator.Builder.placeholderValue(Object placeholderValue) Initializes the value for theplaceholderValueattribute.ImmutableArrayReducerOperator.Builder.reducer(BinaryOperator<T> reducer) Initializes the value for thereducerattribute.