com.infomancers.collections.util
Interface SimpleTransformation<T>

All Superinterfaces:
Transformation<T,T>
All Known Implementing Classes:
SimpleTransformationCollection

public interface SimpleTransformation<T>
extends Transformation<T,T>

Transforms an item of type T internally, or to another item of type T.


Method Summary
 
Methods inherited from interface com.infomancers.collections.util.Transformation
transform