org.shapelogic.calculation
Interface Transformer<In,Out>

Type Parameters:
In - Type of input
Out - Type of output
All Known Subinterfaces:
FilterTransformerStream<E,Out>
All Known Implementing Classes:
BaseListFilterTransformerStream

Deprecated.

@Deprecated
public interface Transformer<In,Out>

Transformer method with 1 input and 1 output.
Like the Apache Commons Transformer but using generic.
Deprecated instead use Calc1.
One use of this if a class need to have 2 differently named calculations.

Author:
Sami Badawi

Method Summary
 Out transform(In input)
          Deprecated.  
 

Method Detail

transform

Out transform(In input)
Deprecated. 


Copyright © 2009. All Rights Reserved.