Uses of Class
io.dialob.program.expr.arith.ImmutableCoerceToDecimalOperator
-
Packages that use ImmutableCoerceToDecimalOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableCoerceToDecimalOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableCoerceToDecimalOperator Modifier and Type Method Description ImmutableCoerceToDecimalOperatorImmutableCoerceToDecimalOperator.Builder. build()Builds a newImmutableCoerceToDecimalOperator.static ImmutableCoerceToDecimalOperatorImmutableCoerceToDecimalOperator. copyOf(CoerceToDecimalOperator instance)Creates an immutable copy of aCoerceToDecimalOperatorvalue.static ImmutableCoerceToDecimalOperatorImmutableCoerceToDecimalOperator. of(Expression expression)Construct a new immutableCoerceToDecimalOperatorinstance.ImmutableCoerceToDecimalOperatorImmutableCoerceToDecimalOperator. withExpression(Expression value)Copy the current immutable object by setting a value for theexpressionattribute.
-