Class GroupByRegister
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that groups the sequence of Harp.OutputExpander" messages by register type.
public class GroupByRegister : Combinator<HarpMessage, IGroupedObservable<Type, HarpMessage>>
- Inheritance
-
GroupByRegister
- Inherited Members
Methods
- Process(IObservable<HarpMessage>)
Groups an observable sequence of Harp.OutputExpander messages by register type.