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
halted
undocumented
halted
index
undocumented
index
reducer
undocumented
reducer
Definition
readonly reducer:
Reducer.Impl
<I, O, S>;
Methods
getOutput
undocumented
getOutput
halt
Method that, when called, halts the reducer instance so that it will no longer receive values.
halt