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