public class RxAndroidSchedulersHook extends Object
| Constructor and Description |
|---|
RxAndroidSchedulersHook()
|
| Modifier and Type | Method and Description |
|---|---|
static RxAndroidSchedulersHook |
getDefaultInstance()
|
Scheduler |
getMainThreadScheduler()
Scheduler to return from
AndroidSchedulers or
null if default should be used.
|
Action0 |
onSchedule(Action0
Invoked before the Action is handed over to the scheduler.
|
public static RxAndroidSchedulersHookgetDefaultInstance()
public SchedulergetMainThreadScheduler()
AndroidSchedulers.mainThread() or
null if default should be used.
This instance should be or behave like a stateless singleton.