I
- the type of the source objectO
- the type of the target objectpublic interface Transformer<I,O>
Transformer
design pattern.Modifier and Type | Method and Description |
---|---|
O |
transform(I in)
The given input
in is not changed by transforming it to a new
object of type |