Uses of Interface
io.dialob.session.engine.program.expr.arith.CanAddRowsOperator
-
Packages that use CanAddRowsOperator Package Description io.dialob.session.engine.program.expr.arith -
-
Uses of CanAddRowsOperator in io.dialob.session.engine.program.expr.arith
Classes in io.dialob.session.engine.program.expr.arith that implement CanAddRowsOperator Modifier and Type Class Description classImmutableCanAddRowsOperatorImmutable implementation ofCanAddRowsOperator.Methods in io.dialob.session.engine.program.expr.arith with parameters of type CanAddRowsOperator Modifier and Type Method Description static ImmutableCanAddRowsOperatorImmutableCanAddRowsOperator. copyOf(CanAddRowsOperator instance)Creates an immutable copy of aCanAddRowsOperatorvalue.ImmutableCanAddRowsOperator.BuilderImmutableCanAddRowsOperator.Builder. from(CanAddRowsOperator instance)Fill a builder with attribute values from the providedCanAddRowsOperatorinstance.
-