org.shapelogic.calculation
Interface IndexTransform<In,Out>
- Type Parameters:
In
- Type of inputOut
- Type of output
Deprecated.
@Deprecated
public interface IndexTransform<In,Out>
Transform that know what index in a sequence it is transforming.
So it will take the same index from both the input and the output.
It will do outSeq.get(index) = transform(inSeq.get(index),index).
Deprecated instead use Calc1.
- Author:
- Sami Badawi
transform
Out transform(In input,
int index)
- Deprecated.
Copyright © 2008. All Rights Reserved.