Package 

Class RxAndroidSchedulersHook

    • Method Detail

      • getMainThreadScheduler

         Scheduler getMainThreadScheduler()

        Scheduler to return from mainThread or {@code null} if defaultshould be used.

        This instance should be or behave like a stateless singleton.

      • onSchedule

         Action0 onSchedule(Action0 action)

        Invoked before the Action is handed over to the scheduler. Can be used forwrapping/decorating/logging. The default is just a passthrough.

        Parameters:
        action - action to schedule