rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
Subject
rx
subject
Represents an object that is both an observable sequence as well as an observer.
interface
Subject : Observer!E, Observable!E(
E
)
Meta
Source
See Implementation
rx
subject
classes
AsyncSubject
BehaviorSubject
CounterObserver
ReplaySubject
SubjectObject
TestingSubject
functions
asBehaviorSubject
asReplaySubject
interfaces
Subject
Represents an object that is both an observable sequence as well as an observer.