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