Uses of Class
io.dialob.program.expr.arith.ImmutableRowItemsExpression
-
Packages that use ImmutableRowItemsExpression Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableRowItemsExpression in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableRowItemsExpression Modifier and Type Method Description ImmutableRowItemsExpressionImmutableRowItemsExpression.Builder. build()Builds a newImmutableRowItemsExpression.static ImmutableRowItemsExpressionImmutableRowItemsExpression. copyOf(RowItemsExpression instance)Creates an immutable copy of aRowItemsExpressionvalue.ImmutableRowItemsExpressionImmutableRowItemsExpression. withItemIds(ItemId... elements)Copy the current immutable object with elements that replace the content ofitemIds.ImmutableRowItemsExpressionImmutableRowItemsExpression. withItemIds(Iterable<? extends ItemId> elements)Copy the current immutable object with elements that replace the content ofitemIds.
-