Uses of Interface
io.dialob.program.expr.arith.RowItemsExpression
-
Packages that use RowItemsExpression Package Description io.dialob.program.expr.arith -
-
Uses of RowItemsExpression in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement RowItemsExpression Modifier and Type Class Description classImmutableRowItemsExpressionImmutable implementation ofRowItemsExpression.Methods in io.dialob.program.expr.arith with parameters of type RowItemsExpression Modifier and Type Method Description static ImmutableRowItemsExpressionImmutableRowItemsExpression. copyOf(RowItemsExpression instance)Creates an immutable copy of aRowItemsExpressionvalue.ImmutableRowItemsExpression.BuilderImmutableRowItemsExpression.Builder. from(RowItemsExpression instance)Fill a builder with attribute values from the providedRowItemsExpressioninstance.
-