Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
Modifier and Type | Method and Description |
---|---|
Single<T> |
Single.unsubscribeOn(Scheduler scheduler)
Returns a Single which makes sure when a subscriber cancels the subscription,
the dispose is called on the specified scheduler
|
Copyright © 2017. All rights reserved.