Package net.nuke24.tscript34.p0010.ducer
Class DucerState2<I,O>
java.lang.Object
net.nuke24.tscript34.p0010.ducer.DucerState2<I,O>
The of a stream processor, including the data
data output by the most recent update,
input data that was passed on,
and a function to advance the state given
new input data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DucerChunk<O>final DucerChunk<I>final Function<DucerChunk<I>,DucerState2<I, O>> -
Constructor Summary
ConstructorsConstructorDescriptionDucerState2(Function<DucerChunk<I>, DucerState2<I, O>> processor, DucerChunk<I> passed, DucerChunk<O> output) -
Method Summary
-
Field Details
-
processor
-
passed
-
output
-
-
Constructor Details
-
DucerState2
public DucerState2(Function<DucerChunk<I>, DucerState2<I, O>> processor, DucerChunk<I> passed, DucerChunk<O> output)
-
-
Method Details
-
process
-