Uses of Class
io.dialob.program.expr.arith.ImmutableCoerceToDecimalOperator.Builder
-
Packages that use ImmutableCoerceToDecimalOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableCoerceToDecimalOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableCoerceToDecimalOperator.Builder Modifier and Type Method Description static ImmutableCoerceToDecimalOperator.BuilderImmutableCoerceToDecimalOperator. builder()Creates a builder forImmutableCoerceToDecimalOperator.ImmutableCoerceToDecimalOperator.BuilderImmutableCoerceToDecimalOperator.Builder. expression(Expression expression)Initializes the value for theexpressionattribute.ImmutableCoerceToDecimalOperator.BuilderImmutableCoerceToDecimalOperator.Builder. from(CoerceToDecimalOperator instance)Fill a builder with attribute values from the providedCoerceToDecimalOperatorinstance.
-