Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableNegOperatorDecimal
Packages that use ImmutableNegOperatorDecimal
-
Uses of ImmutableNegOperatorDecimal in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableNegOperatorDecimalModifier and TypeMethodDescriptionImmutableNegOperatorDecimal.Builder.build()Builds a newImmutableNegOperatorDecimal.static ImmutableNegOperatorDecimalImmutableNegOperatorDecimal.copyOf(NegOperatorDecimal instance) Creates an immutable copy of aNegOperatorDecimalvalue.static ImmutableNegOperatorDecimalImmutableNegOperatorDecimal.of(Expression expression) Construct a new immutableNegOperatorDecimalinstance.ImmutableNegOperatorDecimal.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.