public interface StringTransform extends Transform<String,String>
Modifier and Type | Method and Description |
---|---|
String |
transform(String source)
Transform the text in some way, to be determined by the subclass.
|
Copyright © 2016 Unicode, Inc. and others.