Uses of Interface
io.dialob.program.expr.arith.FormatOperator
-
Packages that use FormatOperator Package Description io.dialob.program.expr.arith -
-
Uses of FormatOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement FormatOperator Modifier and Type Class Description classImmutableFormatOperatorImmutable implementation ofFormatOperator.Methods in io.dialob.program.expr.arith with parameters of type FormatOperator Modifier and Type Method Description static ImmutableFormatOperatorImmutableFormatOperator. copyOf(FormatOperator instance)Creates an immutable copy of aFormatOperatorvalue.ImmutableFormatOperator.BuilderImmutableFormatOperator.Builder. from(FormatOperator instance)Fill a builder with attribute values from the providedFormatOperatorinstance.
-