#
Interface: Emitter<T>"urx/src/actions".Emitter
An Emitter is the output end of a Stream. The subscribe action binds subscriptions to emitters.
#
Type parametersName | Description |
---|---|
T | the type of values that will be emitted. |
#
HierarchyEmitter
↳ Stream
↳ StatefulStream