Interface Transformer<A,R>
- 
- Type Parameters:
 A- argument type to transform fromR- result type to transform to
public interface Transformer<A,R>Type safe counter part oforg.apache.commons.collections.Transformer. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rtransform(A argument)Transforms the input object (leaving it unchanged) into some output object. 
 -