Uses of Interface
io.dialob.program.expr.arith.ArrayReducerOperator
-
Packages that use ArrayReducerOperator Package Description io.dialob.program.expr.arith -
-
Uses of ArrayReducerOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement ArrayReducerOperator Modifier and Type Class Description classImmutableArrayReducerOperator<T>Immutable implementation ofArrayReducerOperator.Methods in io.dialob.program.expr.arith with parameters of type ArrayReducerOperator Modifier and Type Method Description static <T> ImmutableArrayReducerOperator<T>ImmutableArrayReducerOperator. copyOf(ArrayReducerOperator<T> instance)Creates an immutable copy of aArrayReducerOperatorvalue.ImmutableArrayReducerOperator.Builder<T>ImmutableArrayReducerOperator.Builder. from(ArrayReducerOperator<T> instance)Fill a builder with attribute values from the providedArrayReducerOperatorinstance.
-