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