public interface StringFunction
Modifier and Type | Field and Description |
---|---|
static StringFunction |
IDENTITY_FUNCTION
A StringFunction that returns the given string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transform(java.lang.String string)
Transforms the given string into a new string.
|
static final StringFunction IDENTITY_FUNCTION