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