org.shapelogic.calculation
Interface CalcIndex2<In0,In1,Out>

Type Parameters:
Out -

public interface CalcIndex2<In0,In1,Out>

Calc2 is basically a Closure with 1 input, and one index.
Used in a lazy calculation of a value, and lazy stream with 2 input, and one index.
The goal is to make lazy calculation and lazy streams as interchangeable as possible.
Using the same names as Neal Gafter's Closure prototype. Might be changed to be a sub interface of them later.

Author:
Sami Badawi

Method Summary
 Out invoke(In0 input0, In1 input1, int index)
           
 

Method Detail

invoke

Out invoke(In0 input0,
           In1 input1,
           int index)


Copyright © 2009. All Rights Reserved.