Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableSizeOperator
Packages that use ImmutableSizeOperator
-
Uses of ImmutableSizeOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableSizeOperatorModifier and TypeMethodDescriptionImmutableSizeOperator.Builder.build()Builds a newImmutableSizeOperator.static ImmutableSizeOperatorImmutableSizeOperator.copyOf(SizeOperator instance) Creates an immutable copy of aSizeOperatorvalue.static ImmutableSizeOperatorImmutableSizeOperator.of(Expression expression) Construct a new immutableSizeOperatorinstance.final ImmutableSizeOperatorImmutableSizeOperator.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.