Single
A Subscribable implementation whereby only a single result is expected to be emitted to the subscriber.
Functions
Link copied to clipboard
Subscribes the given onNext to receive updates, where no Observer.onComplete is required.
Subscribes the given observer to receive updates, including an Observer.onComplete notification when the upstream source terminates.
Subscribes the given onNext to receive updates, and the given onComplete to receive the Observer.onComplete signal