Uses of Class
io.dialob.program.expr.arith.ImmutableFormatOperator.Builder
-
Packages that use ImmutableFormatOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableFormatOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableFormatOperator.Builder Modifier and Type Method Description static ImmutableFormatOperator.BuilderImmutableFormatOperator. builder()Creates a builder forImmutableFormatOperator.ImmutableFormatOperator.BuilderImmutableFormatOperator.Builder. expression(Expression expression)Initializes the value for theexpressionattribute.ImmutableFormatOperator.BuilderImmutableFormatOperator.Builder. format(String format)Initializes the value for theformatattribute.ImmutableFormatOperator.BuilderImmutableFormatOperator.Builder. from(FormatOperator instance)Fill a builder with attribute values from the providedFormatOperatorinstance.
-