RxJava Android


A H M R S

A

AndroidSchedulers - Class in rx.android.concurrency
Schedulers that have Android specific functionality

H

handlerThread(Handler) - Static method in class rx.android.concurrency.AndroidSchedulers
Scheduler which uses the provided Handler to execute an action
HandlerThreadScheduler - Class in rx.android.concurrency
Schedules actions to run on an Android Handler thread.
HandlerThreadScheduler(Handler) - Constructor for class rx.android.concurrency.HandlerThreadScheduler
Constructs a HandlerThreadScheduler using the given Handler

M

mainThread() - Static method in class rx.android.concurrency.AndroidSchedulers
Scheduler which will execute an action on the main Android UI thread.

R

rx.android.concurrency - package rx.android.concurrency
 

S

schedule(T, Func2<? super Scheduler, ? super T, ? extends Subscription>) - Method in class rx.android.concurrency.HandlerThreadScheduler
Calls HandlerThreadScheduler.schedule(Object, rx.util.functions.Func2, long, java.util.concurrent.TimeUnit) with a delay of zero milliseconds.
schedule(T, Func2<? super Scheduler, ? super T, ? extends Subscription>, long, TimeUnit) - Method in class rx.android.concurrency.HandlerThreadScheduler
Calls Handler.postDelayed(Runnable, long) with a runnable that executes the given action.

A H M R S