Uses of Interface
io.dialob.program.expr.arith.CoerceToDecimalOperator
-
Packages that use CoerceToDecimalOperator Package Description io.dialob.program.expr.arith -
-
Uses of CoerceToDecimalOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement CoerceToDecimalOperator Modifier and Type Class Description classImmutableCoerceToDecimalOperatorImmutable implementation ofCoerceToDecimalOperator.Methods in io.dialob.program.expr.arith with parameters of type CoerceToDecimalOperator Modifier and Type Method Description static ImmutableCoerceToDecimalOperatorImmutableCoerceToDecimalOperator. copyOf(CoerceToDecimalOperator instance)Creates an immutable copy of aCoerceToDecimalOperatorvalue.ImmutableCoerceToDecimalOperator.BuilderImmutableCoerceToDecimalOperator.Builder. from(CoerceToDecimalOperator instance)Fill a builder with attribute values from the providedCoerceToDecimalOperatorinstance.
-