Uses of Class
io.dialob.program.expr.arith.ImmutableNegOperatorDecimal
-
Packages that use ImmutableNegOperatorDecimal Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableNegOperatorDecimal in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableNegOperatorDecimal Modifier and Type Method Description ImmutableNegOperatorDecimalImmutableNegOperatorDecimal.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.ImmutableNegOperatorDecimalImmutableNegOperatorDecimal. withExpression(Expression value)Copy the current immutable object by setting a value for theexpressionattribute.
-