| Class | Description |
|---|---|
| NbpAsyncSubject<T> |
An NbpSubject that emits the very last value followed by a completion event or the received error to NbpSubscribers.
|
| NbpBehaviorSubject<T> | |
| NbpPublishSubject<T> | |
| NbpReplaySubject<T> |
Replays events to Subscribers.
|
| NbpSubject<T,R> |
Represents a NbpSubscriber and a NbpObservable at the same time, allowing
multicasting events from a single source to multiple child Subscribers.
|
| NbpUnicastSubject<T> |
Subject that allows only a single Subscriber to subscribe to it during its lifetime.
|