Groovy Documentation

org.gradle.api
Interface Transformer


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

transform

public T transform(T original)
Transforms the given object, and returns the transformed value.
param:
original The object to transform.
return:
The transformed object.


 

Groovy Documentation