|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexedInputStream1<In,E>
Universal calculation and logic unit. This is going to replace the current Calc, so this should probably just be renamed to Calc or LazyCalc. Should I assume that null means absent of value? That seems a little harsh.
Method Summary | |
---|---|
In |
getInput(int index)
Get numbered element from InputStream |
NumberedStream<In> |
getInputStream()
Stream that this stream is connected to. |
E |
invoke(In input,
int index)
Closure to calculated 1 individual element based on index and input for the same index. |
Method Detail |
---|
E invoke(In input, int index)
index
- of element in listIn getInput(int index)
NumberedStream<In> getInputStream()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |