java.lang.Object
pro.verron.officestamper.test.Functions
Functions class.
- Since:
- 1.6.6
- Version:
- ${version}
- Author:
- Joseph Verron
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
The UppercaseFunction interface defines a method for converting a string to uppercase. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Functions.UppercaseFunction
Returns an implementation of the UppercaseFunction interface.
-
Constructor Details
-
Functions
public Functions()
-
-
Method Details
-
upperCase
Returns an implementation of the UppercaseFunction interface. The implementation converts a string to uppercase.- Returns:
- an implementation of UppercaseFunction interface
-