Interface Functions.UppercaseFunction
- Enclosing class:
Functions
public static interface Functions.UppercaseFunction
The UppercaseFunction interface defines a method for converting a string to uppercase.
- Since:
- 1.6.6
- Version:
- ${version}
- Author:
- Joseph Verron
-
Method Summary
Modifier and TypeMethodDescriptiontoUppercase
(String string) Converts the given string to uppercase.
-
Method Details
-
toUppercase
-