net.sf.javaprinciples.data.transformer
Interface Transformer<T,V>


public interface Transformer<T,V>

A Transformer is responsible for transforming an object into a different object. The output may be the resulting object or a handler for the resulting object.

Author:
Warwick Slade

Method Summary
 V transform(T input)
           
 

Method Detail

transform

V transform(T input)


Copyright © 2013. All Rights Reserved.