|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - The input type to be converted to the output type OO - The type of output produced by a conversion applied to the input I.public interface Transformation<I,O>
A value transformation operation. Transforms a given input value to an output.
| Method Summary | |
|---|---|
O |
transform(I input)
Converts an input value of type I to an output value of type O. |
| Method Detail |
|---|
O transform(I input)
input - the input of type I to be converted to an object of type O
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||