|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Transformer
A Transformer transforms objects of type T.
- The type of object which this transformer can transform.| Method Summary | |
|---|---|
T
|
transform(T original)
Transforms the given object, and returns the transformed value. |
| Method Detail |
|---|
public T transform(T original)
original - The object to transform.
Groovy Documentation