public class ToCamelCase extends Object implements java.util.function.Function<String,String>
| Constructor and Description |
|---|
ToCamelCase() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(String name)
apply in interface java.util.function.Function<String,String>Copyright © 2021. All rights reserved.