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
Methods inherited from interface org.shapelogic.calculation.Calc2 |
invoke |
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 © 2008. All Rights Reserved.