Uses of Interface
io.dialob.program.expr.arith.NegOperatorDecimal
-
Packages that use NegOperatorDecimal Package Description io.dialob.program.expr.arith -
-
Uses of NegOperatorDecimal in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement NegOperatorDecimal Modifier and Type Class Description classImmutableNegOperatorDecimalImmutable implementation ofNegOperatorDecimal.Methods in io.dialob.program.expr.arith with parameters of type NegOperatorDecimal Modifier and Type Method Description static ImmutableNegOperatorDecimalImmutableNegOperatorDecimal. copyOf(NegOperatorDecimal instance)Creates an immutable copy of aNegOperatorDecimalvalue.ImmutableNegOperatorDecimal.BuilderImmutableNegOperatorDecimal.Builder. from(NegOperatorDecimal instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.NegOperatorDecimalinstance.
-