Interface for a subscription observer.
Readonly
A boolean value indicating whether the subscription is closed.
Sends the completion notification.
Sends the sequence error.
The error to send.
Sends the next value in the sequence
The next value.
Interface for a subscription observer.