Uses of Interface
io.dialob.program.expr.arith.ToLowerCaseOperator
-
Packages that use ToLowerCaseOperator Package Description io.dialob.program.expr.arith -
-
Uses of ToLowerCaseOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement ToLowerCaseOperator Modifier and Type Class Description classImmutableToLowerCaseOperatorImmutable implementation ofToLowerCaseOperator.Methods in io.dialob.program.expr.arith with parameters of type ToLowerCaseOperator Modifier and Type Method Description static ImmutableToLowerCaseOperatorImmutableToLowerCaseOperator. copyOf(ToLowerCaseOperator instance)Creates an immutable copy of aToLowerCaseOperatorvalue.ImmutableToLowerCaseOperator.BuilderImmutableToLowerCaseOperator.Builder. from(ToLowerCaseOperator instance)Fill a builder with attribute values from the providedToLowerCaseOperatorinstance.
-