|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
R - The type the value is transformed to.I - The type of the value to be transformed.public interface Transformer<R,I>
A Transformer transforms objects of type.
Implementations are free to return new objects or mutate the incoming value.
| Method Summary | |
|---|---|
R |
transform(I original)
Transforms the given object, and returns the transformed value. |
| Method Detail |
|---|
R transform(I original)
original - The object to transform.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||