public interface StringTransform extends Transform<java.lang.String,java.lang.String>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transform(java.lang.String source)
Transform the text in some way, to be determined by the subclass.
|
Copyright (c) 2015 IBM Corporation and others.