Package org.midheaven.lang
Interface Strings.Transform
- All Known Subinterfaces:
StringTransformBuilder
- Enclosing class:
Strings
public static interface Strings.Transform
-
Method Summary
Modifier and TypeMethodDescriptionapply(CharSequence text) Performs apply.static StringTransformBuildercreate()Performs create.
-
Method Details
-
create
Performs create.- Returns:
- the result of create
-
apply
Performs apply.- Parameters:
text- the text value- Returns:
- the result of apply
-