Uses of Interface
io.dialob.program.expr.arith.ToStringOperator
-
Packages that use ToStringOperator Package Description io.dialob.program.expr.arith -
-
Uses of ToStringOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement ToStringOperator Modifier and Type Class Description classImmutableToStringOperatorImmutable implementation ofToStringOperator.Methods in io.dialob.program.expr.arith with parameters of type ToStringOperator Modifier and Type Method Description static ImmutableToStringOperatorImmutableToStringOperator. copyOf(ToStringOperator instance)Creates an immutable copy of aToStringOperatorvalue.ImmutableToStringOperator.BuilderImmutableToStringOperator.Builder. from(ToStringOperator instance)Fill a builder with attribute values from the providedToStringOperatorinstance.
-