DATA - transformable data type.RESULT - type of result produced by a successful inflector data transformation.public interface Inflector<DATA,RESULT>
| Modifier and Type | Method and Description |
|---|---|
RESULT |
apply(DATA data)
Transform data of a given type into a result of the different type.
|