public class LowercaseAndAmericanizeFunction extends Object implements java.util.function.Function<String,String>, Serializable
| Constructor and Description |
|---|
LowercaseAndAmericanizeFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(String input)
apply in interface java.util.function.Function<String,String>