Package | Description |
---|---|
rx |
Rx Observables
|
rx.observables | |
rx.observers | |
rx.plugins | |
rx.schedulers |
Rx Schedulers
|
rx.subjects | |
rx.subscriptions |
Class and Description |
---|
Notification
An object representing a notification sent to an
Observable . |
Notification.Kind |
Observable
The Observable class that implements the Reactive Pattern.
|
Observable.OnSubscribe
Invoked when Observable.subscribe is called.
|
Observable.Operator
Operator function for lifting into an Observable.
|
Observable.Transformer
Transformer function used by
Observable.compose(rx.Observable.Transformer<? super T, ? extends R>) . |
Observer
Provides a mechanism for receiving push-based notifications.
|
Producer |
Scheduler
A
Scheduler is an object that schedules units of work. |
Scheduler.Worker
Sequential Scheduler for executing actions on a single thread or event loop.
|
Single
The Single class implements the Reactive Pattern for a single value response.
|
Single.OnSubscribe
Invoked when Single.execute is called.
|
Single.Transformer
Transformer function used by
Single.compose(rx.Single.Transformer<? super T, ? extends R>) . |
SingleSubscriber
Provides a mechanism for receiving push-based notifications.
|
Subscriber
Provides a mechanism for receiving push-based notifications from Observables, and permits manual
unsubscribing from these Observables.
|
Subscription
Subscription returns from
Observable.subscribe(Subscriber) to allow unsubscribing. |
Class and Description |
---|
Observable
The Observable class that implements the Reactive Pattern.
|
Observable.OnSubscribe
Invoked when Observable.subscribe is called.
|
Subscriber
Provides a mechanism for receiving push-based notifications from Observables, and permits manual
unsubscribing from these Observables.
|
Subscription
Subscription returns from
Observable.subscribe(Subscriber) to allow unsubscribing. |
Class and Description |
---|
Notification
An object representing a notification sent to an
Observable . |
Observer
Provides a mechanism for receiving push-based notifications.
|
Subscriber
Provides a mechanism for receiving push-based notifications from Observables, and permits manual
unsubscribing from these Observables.
|
Subscription
Subscription returns from
Observable.subscribe(Subscriber) to allow unsubscribing. |
Class and Description |
---|
Observable
The Observable class that implements the Reactive Pattern.
|
Observable.OnSubscribe
Invoked when Observable.subscribe is called.
|
Observable.Operator
Operator function for lifting into an Observable.
|
Scheduler
A
Scheduler is an object that schedules units of work. |
Subscription
Subscription returns from
Observable.subscribe(Subscriber) to allow unsubscribing. |
Class and Description |
---|
Scheduler
A
Scheduler is an object that schedules units of work. |
Scheduler.Worker
Sequential Scheduler for executing actions on a single thread or event loop.
|
Class and Description |
---|
Observable
The Observable class that implements the Reactive Pattern.
|
Observable.OnSubscribe
Invoked when Observable.subscribe is called.
|
Observer
Provides a mechanism for receiving push-based notifications.
|
Scheduler
A
Scheduler is an object that schedules units of work. |
Class and Description |
---|
Subscription
Subscription returns from
Observable.subscribe(Subscriber) to allow unsubscribing. |
Copyright © 2015. All Rights Reserved.