class InstanceImpl<I,O,S>
The default Reducer.Impl
implementation.
Implements: Reducer.Instance<I,O>
Type parameters
Name | Description |
---|---|
I | the input element type |
O | the output element type |
S | the reducer state type |
Properties
halt
undocumented
halt
halted
undocumented
halted
index
undocumented
index
next
undocumented
next
reducer
undocumented
reducer
Methods
getOutput
undocumented
getOutput
halt
Method that, when called, halts the reducer instance so that it will no longer receive values.
halt
next
Sends a new value into the reducer instance.
next