org.shapelogic.streams
Interface InputsStream2<In0,In1,E>

All Superinterfaces:
Calc2<In0,In1,E>
All Known Implementing Classes:
BaseStream2

public interface InputsStream2<In0,In1,E>
extends Calc2<In0,In1,E>

NumberedStream is a Sequential stream where each element has an intrinsic number.

Author:
Sami Badawi

Method Summary
 Stream<In0> getInputStream0()
          Stream that this stream is connected to.
 Stream<In1> getInputStream1()
           
 
Methods inherited from interface org.shapelogic.calculation.Calc2
invoke
 

Method Detail

getInputStream0

Stream<In0> getInputStream0()
Stream that this stream is connected to. What if the Range is of different type? I think that maybe I can relax this later.


getInputStream1

Stream<In1> getInputStream1()


Copyright © 2009. All Rights Reserved.