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