Uses of Interface
io.dialob.program.expr.arith.ToUpperCaseOperator
-
Packages that use ToUpperCaseOperator Package Description io.dialob.program.expr.arith -
-
Uses of ToUpperCaseOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement ToUpperCaseOperator Modifier and Type Class Description classImmutableToUpperCaseOperatorImmutable implementation ofToUpperCaseOperator.Methods in io.dialob.program.expr.arith with parameters of type ToUpperCaseOperator Modifier and Type Method Description static ImmutableToUpperCaseOperatorImmutableToUpperCaseOperator. copyOf(ToUpperCaseOperator instance)Creates an immutable copy of aToUpperCaseOperatorvalue.ImmutableToUpperCaseOperator.BuilderImmutableToUpperCaseOperator.Builder. from(ToUpperCaseOperator instance)Fill a builder with attribute values from the providedToUpperCaseOperatorinstance.
-