RxJava

A B C F H I M O P R T U V 

A

AndroidObservable - Class in rx.android.observables
 
AndroidSchedulers - Class in rx.android.concurrency
Deprecated.
Use AndroidSchedulers instead. This will be removed before 1.0 release.
AndroidSchedulers() - Constructor for class rx.android.concurrency.AndroidSchedulers
Deprecated.
 
AndroidSchedulers - Class in rx.android.schedulers
Schedulers that have Android specific functionality
AndroidSubscriptions - Class in rx.android.subscriptions
 
Assertions - Class in rx.android.observables
 
Assertions() - Constructor for class rx.android.observables.Assertions
 
assertUiThread() - Static method in class rx.android.observables.Assertions
 

B

bindActivity(Activity, Observable<T>) - Static method in class rx.android.observables.AndroidObservable
Binds the given source sequence to an activity.
bindFragment(Object, Observable<T>) - Static method in class rx.android.observables.AndroidObservable
Binds the given source sequence to a fragment (native or support-v4).

C

call(Subscriber<? super OnItemClickEvent>) - Method in class rx.android.operators.OperatorAdapterViewOnItemClick
 
call(Subscriber<? super Intent>) - Method in class rx.android.operators.OperatorBroadcastRegister
 
call(Subscriber<? super OnCheckedChangeEvent>) - Method in class rx.android.operators.OperatorCompoundButtonInput
 
call(Subscriber<? super T>) - Method in class rx.android.operators.OperatorConditionalBinding
 
call(Subscriber<? super Intent>) - Method in class rx.android.operators.OperatorLocalBroadcastRegister
 
call(Subscriber<? super String>) - Method in class rx.android.operators.OperatorSharedPreferenceChange
 
call(Subscriber<? super OnTextChangeEvent>) - Method in class rx.android.operators.OperatorTextViewInput
 
call(Subscriber<? super OnClickEvent>) - Method in class rx.android.operators.OperatorViewClick
 
clicks(View) - Static method in class rx.android.observables.ViewObservable
 
clicks(View, boolean) - Static method in class rx.android.observables.ViewObservable
 
createWorker() - Method in class rx.android.schedulers.HandlerThreadScheduler
 

F

fromBroadcast(Context, IntentFilter) - Static method in class rx.android.observables.AndroidObservable
Create Observable that wraps BroadcastReceiver and emmit received intents.
fromBroadcast(Context, IntentFilter, String, Handler) - Static method in class rx.android.observables.AndroidObservable
Create Observable that wraps BroadcastReceiver and emmit received intents.
fromLocalBroadcast(Context, IntentFilter) - Static method in class rx.android.observables.AndroidObservable
Create Observable that wraps BroadcastReceiver and connects to LocalBroadcastManager to emmit received intents.
fromSharedPreferencesChanges(SharedPreferences) - Static method in class rx.android.observables.AndroidObservable
Create Observable that emits String keys whenever it changes in provided SharedPreferences Items will be observed on the main Android UI thread

H

handlerThread(Handler) - Static method in class rx.android.concurrency.AndroidSchedulers
Deprecated.
handlerThread(Handler) - Static method in class rx.android.schedulers.AndroidSchedulers
Scheduler which uses the provided Handler to execute an action
HandlerThreadScheduler - Class in rx.android.concurrency
Deprecated.
Use HandlerThreadScheduler instead. This will be removed before 1.0 release.
HandlerThreadScheduler(Handler) - Constructor for class rx.android.concurrency.HandlerThreadScheduler
Deprecated.
 
HandlerThreadScheduler - Class in rx.android.schedulers
Schedules actions to run on an Android Handler thread.
HandlerThreadScheduler(Handler) - Constructor for class rx.android.schedulers.HandlerThreadScheduler
Constructs a HandlerThreadScheduler using the given Handler

I

id - Variable in class rx.android.events.OnItemClickEvent
 
input(CompoundButton) - Static method in class rx.android.observables.ViewObservable
 
input(CompoundButton, boolean) - Static method in class rx.android.observables.ViewObservable
 
itemClicks(AdapterView<?>) - Static method in class rx.android.observables.ViewObservable
 

M

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

O

OnCheckedChangeEvent - Class in rx.android.events
 
OnCheckedChangeEvent(CompoundButton) - Constructor for class rx.android.events.OnCheckedChangeEvent
 
OnCheckedChangeEvent(CompoundButton, boolean) - Constructor for class rx.android.events.OnCheckedChangeEvent
 
OnClickEvent - Class in rx.android.events
 
OnClickEvent(View) - Constructor for class rx.android.events.OnClickEvent
 
OnItemClickEvent - Class in rx.android.events
 
OnItemClickEvent(AdapterView<?>, View, int, long) - Constructor for class rx.android.events.OnItemClickEvent
 
OnTextChangeEvent - Class in rx.android.events
 
OnTextChangeEvent(TextView) - Constructor for class rx.android.events.OnTextChangeEvent
 
OnTextChangeEvent(TextView, CharSequence) - Constructor for class rx.android.events.OnTextChangeEvent
 
OperatorAdapterViewOnItemClick - Class in rx.android.operators
 
OperatorAdapterViewOnItemClick(AdapterView<?>) - Constructor for class rx.android.operators.OperatorAdapterViewOnItemClick
 
OperatorBroadcastRegister - Class in rx.android.operators
 
OperatorBroadcastRegister(Context, IntentFilter, String, Handler) - Constructor for class rx.android.operators.OperatorBroadcastRegister
 
OperatorCompoundButtonInput - Class in rx.android.operators
 
OperatorCompoundButtonInput(CompoundButton, boolean) - Constructor for class rx.android.operators.OperatorCompoundButtonInput
 
OperatorConditionalBinding<T,R> - Class in rx.android.operators
Ties a source sequence to the given target object using a predicate.
OperatorConditionalBinding(R, Func1<? super R, Boolean>) - Constructor for class rx.android.operators.OperatorConditionalBinding
 
OperatorConditionalBinding(R) - Constructor for class rx.android.operators.OperatorConditionalBinding
 
OperatorLocalBroadcastRegister - Class in rx.android.operators
 
OperatorLocalBroadcastRegister(Context, IntentFilter) - Constructor for class rx.android.operators.OperatorLocalBroadcastRegister
 
OperatorSharedPreferenceChange - Class in rx.android.operators
 
OperatorSharedPreferenceChange(SharedPreferences) - Constructor for class rx.android.operators.OperatorSharedPreferenceChange
 
OperatorTextViewInput - Class in rx.android.operators
 
OperatorTextViewInput(TextView, boolean) - Constructor for class rx.android.operators.OperatorTextViewInput
 
OperatorViewClick - Class in rx.android.operators
 
OperatorViewClick(View, boolean) - Constructor for class rx.android.operators.OperatorViewClick
 

P

parent - Variable in class rx.android.events.OnItemClickEvent
 
position - Variable in class rx.android.events.OnItemClickEvent
 

R

rx.android.concurrency - package rx.android.concurrency
 
rx.android.events - package rx.android.events
 
rx.android.observables - package rx.android.observables
 
rx.android.operators - package rx.android.operators
 
rx.android.schedulers - package rx.android.schedulers
 
rx.android.subscriptions - package rx.android.subscriptions
 

T

text - Variable in class rx.android.events.OnTextChangeEvent
 
text(TextView) - Static method in class rx.android.observables.ViewObservable
 
text(TextView, boolean) - Static method in class rx.android.observables.ViewObservable
 

U

unsubscribeInUiThread(Action0) - Static method in class rx.android.subscriptions.AndroidSubscriptions
Create a Subscription that always runs unsubscribe in the UI thread.

V

value - Variable in class rx.android.events.OnCheckedChangeEvent
 
view - Variable in class rx.android.events.OnCheckedChangeEvent
 
view - Variable in class rx.android.events.OnClickEvent
 
view - Variable in class rx.android.events.OnItemClickEvent
 
view - Variable in class rx.android.events.OnTextChangeEvent
 
ViewObservable - Class in rx.android.observables
 
ViewObservable() - Constructor for class rx.android.observables.ViewObservable
 
A B C F H I M O P R T U V