Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableValueSetEntryToStringOperator
Packages that use ImmutableValueSetEntryToStringOperator
-
Uses of ImmutableValueSetEntryToStringOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableValueSetEntryToStringOperatorModifier and TypeMethodDescriptionImmutableValueSetEntryToStringOperator.Builder.build()Builds a newImmutableValueSetEntryToStringOperator.ImmutableValueSetEntryToStringOperator.copyOf(ValueSetEntryToStringOperator instance) Creates an immutable copy of aValueSetEntryToStringOperatorvalue.ImmutableValueSetEntryToStringOperator.of(ValueSetId valueSetId, Expression expression) Construct a new immutableValueSetEntryToStringOperatorinstance.ImmutableValueSetEntryToStringOperator.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableValueSetEntryToStringOperator.withValueSetId(ValueSetId value) Copy the current immutable object by setting a value for thevalueSetIdattribute.