Uses of Interface
io.dialob.session.engine.program.expr.arith.ArrayReducerOperator
Packages that use ArrayReducerOperator
-
Uses of ArrayReducerOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement ArrayReducerOperatorMethods in io.dialob.session.engine.program.expr.arith with parameters of type ArrayReducerOperatorModifier and TypeMethodDescriptionstatic <T> ImmutableArrayReducerOperator<T> ImmutableArrayReducerOperator.copyOf(ArrayReducerOperator<T> instance) Creates an immutable copy of aArrayReducerOperatorvalue.ImmutableArrayReducerOperator.Builder.from(ArrayReducerOperator<T> instance) Fill a builder with attribute values from the providedArrayReducerOperatorinstance.