|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputsStream2<In0,In1,E>
NumberedStream is a Sequential stream where each element has an intrinsic number.
| Method Summary | |
|---|---|
Stream<In0> |
getInputStream0()
Stream that this stream is connected to. |
Stream<In1> |
getInputStream1()
|
E |
invoke(In0 input0,
In1 input1)
Closure to calculated 1 individual element based on index and input for the same index. |
| Method Detail |
|---|
E invoke(In0 input0,
In1 input1)
index - of element in listStream<In0> getInputStream0()
Stream<In1> getInputStream1()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||