RxJava

A B C F G H I L M O P R S T U V W 

A

AndroidSchedulers - Class in rx.android.schedulers
Schedulers that have Android-specific functionality
AndroidSubscriptions - Class in rx.android
 
AppObservable - Class in rx.android.app
 
Assertions - Class in rx.android.internal
 
assertUiThread() - Static method in class rx.android.internal.Assertions
 

B

bindActivity(Activity, Observable<T>) - Static method in class rx.android.app.AppObservable
Binds the given source sequence to an activity.
bindActivityLifecycle(Observable<LifecycleEvent>, Observable<T>) - Static method in class rx.android.lifecycle.LifecycleObservable
Binds the given source to an Activity lifecycle.
bindFragment(Fragment, Observable<T>) - Static method in class rx.android.app.AppObservable
Binds the given source sequence to a fragment.
bindFragmentLifecycle(Observable<LifecycleEvent>, Observable<T>) - Static method in class rx.android.lifecycle.LifecycleObservable
Binds the given source to a Fragment lifecycle.
bindSupportFragment(Fragment, Observable<T>) - Static method in class rx.android.app.AppObservable
Binds the given source sequence to a support-v4 fragment.
bindUntilLifecycleEvent(Observable<LifecycleEvent>, Observable<T>, LifecycleEvent) - Static method in class rx.android.lifecycle.LifecycleObservable
Binds the given source to a lifecycle.
bindView(View, Observable<T>) - Static method in class rx.android.view.ViewObservable
Binds the given source sequence to the view.

C

call(T) - Method in class rx.android.view.ViewAction1
 
call(V, T) - Method in class rx.android.view.ViewAction1
Implement this instead of Action1.call(Object).
checkArgument(boolean, String) - Static method in class rx.android.internal.Preconditions
 
checkNotNull(T, String) - Static method in class rx.android.internal.Preconditions
 
checkState(boolean, String) - Static method in class rx.android.internal.Preconditions
 
clicks(View) - Static method in class rx.android.view.ViewObservable
 
clicks(View, boolean) - Static method in class rx.android.view.ViewObservable
 
ContentObservable - Class in rx.android.content
 
create(CompoundButton) - Static method in class rx.android.view.OnCheckedChangeEvent
 
create(CompoundButton, boolean) - Static method in class rx.android.view.OnCheckedChangeEvent
 
create(View) - Static method in class rx.android.view.OnClickEvent
 
create(AdapterView<?>, View, int, long) - Static method in class rx.android.widget.OnItemClickEvent
 
create(AbsListView, int, int, int, int) - Static method in class rx.android.widget.OnListViewScrollEvent
 
create(TextView) - Static method in class rx.android.widget.OnTextChangeEvent
 
create(TextView, CharSequence) - Static method in class rx.android.widget.OnTextChangeEvent
 
createWorker() - Method in class rx.android.schedulers.HandlerThreadScheduler
Deprecated.
 

F

firstVisibleItem() - Method in class rx.android.widget.OnListViewScrollEvent
 
fromBroadcast(Context, IntentFilter) - Static method in class rx.android.content.ContentObservable
Create Observable that wraps BroadcastReceiver and emits received intents.
fromBroadcast(Context, IntentFilter, String, Handler) - Static method in class rx.android.content.ContentObservable
Create Observable that wraps BroadcastReceiver and emits received intents.
fromCursor(Cursor) - Static method in class rx.android.content.ContentObservable
Create Observable that emits the specified Cursor for each available position of the cursor moving to the next position before each call and closing the cursor whether the Observable completes or an error occurs.
fromLocalBroadcast(Context, IntentFilter) - Static method in class rx.android.content.ContentObservable
Create Observable that wraps BroadcastReceiver and connects to LocalBroadcastManager to emit received intents.
fromSharedPreferencesChanges(SharedPreferences) - Static method in class rx.android.content.ContentObservable
Create Observable that emits String keys whenever it changes in provided SharedPreferences Items will be observed on the main Android UI thread

G

getDefaultInstance() - Static method in class rx.android.plugins.RxAndroidSchedulersHook
 
getInstance() - Static method in class rx.android.plugins.RxAndroidPlugins
 
getMainThreadScheduler() - Method in class rx.android.plugins.RxAndroidSchedulersHook
Scheduler to return from AndroidSchedulers.mainThread() or null if default should be used.
getSchedulersHook() - Method in class rx.android.plugins.RxAndroidPlugins
Retrieves the instance of RxAndroidSchedulersHook to use based on order of precedence as defined in the RxAndroidPlugins class header.

H

handlerThread(Handler) - Static method in class rx.android.schedulers.AndroidSchedulers
Scheduler which uses the provided Handler to execute actions.
HandlerThreadScheduler - Class in rx.android.schedulers
Deprecated.
Use AndroidSchedulers.handlerThread(android.os.Handler). This type will not be part of the public API in a future release.
HandlerThreadScheduler(Handler) - Constructor for class rx.android.schedulers.HandlerThreadScheduler

I

id() - Method in class rx.android.widget.OnItemClickEvent
 
input(CompoundButton) - Static method in class rx.android.widget.WidgetObservable
 
input(CompoundButton, boolean) - Static method in class rx.android.widget.WidgetObservable
 
itemClicks(AdapterView<?>) - Static method in class rx.android.widget.WidgetObservable
 

L

LifecycleEvent - Enum in rx.android.lifecycle
Lifecycle events that can be emitted by Activities or Fragments.
LifecycleObservable - Class in rx.android.lifecycle
 
listScrollEvents(AbsListView) - Static method in class rx.android.widget.WidgetObservable
Returns an observable that emits all the scroll events from the provided ListView.
listView() - Method in class rx.android.widget.OnListViewScrollEvent
 

M

mainThread() - Static method in class rx.android.schedulers.AndroidSchedulers
Scheduler which will execute actions on the Android UI thread.

O

OnCheckedChangeEvent - Class in rx.android.view
 
OnCheckedChangeEvent() - Constructor for class rx.android.view.OnCheckedChangeEvent
 
OnClickEvent - Class in rx.android.view
 
OnClickEvent() - Constructor for class rx.android.view.OnClickEvent
 
OnItemClickEvent - Class in rx.android.widget
 
OnItemClickEvent() - Constructor for class rx.android.widget.OnItemClickEvent
 
OnListViewScrollEvent - Class in rx.android.widget
 
OnListViewScrollEvent() - Constructor for class rx.android.widget.OnListViewScrollEvent
 
onSchedule(Action0) - Method in class rx.android.plugins.RxAndroidSchedulersHook
Invoked before the Action is handed over to the scheduler.
OnTextChangeEvent - Class in rx.android.widget
 
OnTextChangeEvent() - Constructor for class rx.android.widget.OnTextChangeEvent
 

P

parent() - Method in class rx.android.widget.OnItemClickEvent
 
position() - Method in class rx.android.widget.OnItemClickEvent
 
Preconditions - Class in rx.android.internal
 

R

registerSchedulersHook(RxAndroidSchedulersHook) - Method in class rx.android.plugins.RxAndroidPlugins
Registers an RxAndroidSchedulersHook implementation as a global override of any injected or default implementations.
rx.android - package rx.android
 
rx.android.app - package rx.android.app
 
rx.android.content - package rx.android.content
 
rx.android.internal - package rx.android.internal
 
rx.android.lifecycle - package rx.android.lifecycle
 
rx.android.plugins - package rx.android.plugins
 
rx.android.schedulers - package rx.android.schedulers
 
rx.android.view - package rx.android.view
 
rx.android.widget - package rx.android.widget
 
RxAndroidPlugins - Class in rx.android.plugins
Registry for plugin implementations that allows global override and handles the retrieval of correct implementation based on order of precedence: plugin registered globally via register methods in this class plugin registered and retrieved using System.getProperty(String) (see get methods for property names) default implementation
RxAndroidSchedulersHook - Class in rx.android.plugins
 
RxAndroidSchedulersHook() - Constructor for class rx.android.plugins.RxAndroidSchedulersHook
 

S

scrollState() - Method in class rx.android.widget.OnListViewScrollEvent
 
setActivated(View) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's activated property.
setClickable(View) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's clickable property.
setEnabled(View) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's enabled property.
setFocusable(View) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's focusable property.
setSelected(View) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's selected property.
setText(TextView) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's text property.
setTextResource(TextView) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's text property.
setVisibility(View) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's visibility property.
setVisibility(View, int) - Static method in class rx.android.view.ViewActions
Create an action which controls the supplied view's visibility property.

T

text() - Method in class rx.android.widget.OnTextChangeEvent
 
text(TextView) - Static method in class rx.android.widget.WidgetObservable
 
text(TextView, boolean) - Static method in class rx.android.widget.WidgetObservable
 
totalItemCount() - Method in class rx.android.widget.OnListViewScrollEvent
 

U

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

V

value() - Method in class rx.android.view.OnCheckedChangeEvent
 
valueOf(String) - Static method in enum rx.android.lifecycle.LifecycleEvent
Returns the enum constant of this type with the specified name.
values() - Static method in enum rx.android.lifecycle.LifecycleEvent
Returns an array containing the constants of this enum type, in the order they are declared.
view() - Method in class rx.android.view.OnCheckedChangeEvent
 
view() - Method in class rx.android.view.OnClickEvent
 
view() - Method in class rx.android.widget.OnItemClickEvent
 
view() - Method in class rx.android.widget.OnTextChangeEvent
 
ViewAction1<V extends android.view.View,T> - Class in rx.android.view
An Action1 implementation specific for Views.
ViewAction1(V) - Constructor for class rx.android.view.ViewAction1
 
ViewActions - Class in rx.android.view
Utility class for the Action interfaces for use with views.
ViewObservable - Class in rx.android.view
 
visibleItemCount() - Method in class rx.android.widget.OnListViewScrollEvent
 

W

WidgetObservable - Class in rx.android.widget
 
A B C F G H I L M O P R S T U V W