Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
| Class | Description | |
|---|---|---|
| .gif) | AsyncSubject<T> | Represents the result of an asynchronous operation. | 
| .gif) | BehaviorSubject<T> | Represents a value that changes over time. | 
| .gif) | ReplaySubject<T> | Represents an object that is both an observable sequence as well as an observer. | 
| .gif) | Subject | Provides a set of static methods for creating observers. | 
| .gif) | Subject<T> | Represents an object that is both an observable sequence as well as an observer. | 
Interfaces
| Interface | Description | |
|---|---|---|
| .gif) | IConnectableObservable<T> | Represents an observable that can be connected and disconnected. | 
| .gif) | ISubject<T> | Represents an object that is both an observable sequence as well as an observer. | 
| .gif) | ISubject<TSource, TResult> | Represents an object that is both an observable sequence as well as an observer. |