|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DATA - transformable data type.RESULT - type of result produced by a successful inflector data transformation.public interface Inflector<DATA,RESULT>
A generic interface for transforming data into a result.
The interface is designed primarily as asynchronous.
| Method Summary | |
|---|---|
RESULT |
apply(DATA data)
Transform data of a given type into a result of the different type. |
| Method Detail |
|---|
RESULT apply(DATA data)
data - data to be transformed into a result.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||