asSingle
Converts this Observable to a Single subscribing on the given Scheduler
A take and subscribeOn are applied to the source Observable automatically to enforce only a single emission.
Converts this Observable to a Single subscribing on the given Scheduler
A take and subscribeOn are applied to the source Observable automatically to enforce only a single emission.