RxJava


C D E G O Q R S T V

C

call(Subscriber<? super T>) - Method in class rx.plugins.DebugHook.DebugOnSubscribe
 
complete(C) - Method in class rx.plugins.DebugNotificationListener
After the actual operations has completed from DebugNotificationListener.start(DebugNotification) this is invoked
createOnCompleted(Observer<? super T>, Observable.Operator<? extends T, ?>, Observable.Operator<?, ? super T>) - Static method in class rx.plugins.DebugNotification
 
createOnError(Observer<? super T>, Observable.Operator<? extends T, ?>, Throwable, Observable.Operator<?, ? super T>) - Static method in class rx.plugins.DebugNotification
 
createOnNext(Observer<? super T>, Observable.Operator<? extends T, ?>, T, Observable.Operator<?, ? super T>) - Static method in class rx.plugins.DebugNotification
 
createSubscribe(Observer<? super T>, Observable<? extends T>, Observable.OnSubscribe<T>) - Static method in class rx.plugins.DebugNotification
 
createUnsubscribe(Observer<? super T>, Observable.Operator<? extends T, ?>, Observable.Operator<?, ? super T>) - Static method in class rx.plugins.DebugNotification
 

D

DebugHook<C> - Class in rx.plugins
Implements hooks into the Observable chain to emit a detailed account of all the events that happened.
DebugHook(DebugNotificationListener<C>) - Constructor for class rx.plugins.DebugHook
Creates a new instance of the DebugHook RxJava plug-in that can be passed into RxJavaPlugins registerObservableExecutionHook(hook) method.
DebugHook.DebugOnSubscribe<T> - Class in rx.plugins
 
DebugNotification<T> - Class in rx.plugins
 
DebugNotification.Kind - Enum in rx.plugins
 
DebugNotificationListener<C> - Class in rx.plugins
Subclasses of this are passed into the constructor of DebugHook to receive notification about all activity in Rx.
DebugNotificationListener() - Constructor for class rx.plugins.DebugNotificationListener
 
DebugSubscriber<T,C> - Class in rx.operators
 
DebugSubscriber(DebugNotificationListener<C>, Subscriber<? super T>, Observable.Operator<? extends T, ?>, Observable.Operator<?, ? super T>) - Constructor for class rx.operators.DebugSubscriber
 

E

error(C, Throwable) - Method in class rx.plugins.DebugNotificationListener
After the actual operations has thrown an exception from DebugNotificationListener.start(DebugNotification) this is invoked

G

getActual() - Method in class rx.operators.DebugSubscriber
 
getActual() - Method in class rx.plugins.DebugHook.DebugOnSubscribe
 
getFrom() - Method in class rx.operators.DebugSubscriber
 
getFrom() - Method in class rx.plugins.DebugNotification
 
getKind() - Method in class rx.plugins.DebugNotification
 
getObserver() - Method in class rx.plugins.DebugNotification
 
getSource() - Method in class rx.plugins.DebugNotification
 
getSourceFunc() - Method in class rx.plugins.DebugNotification
 
getThrowable() - Method in class rx.plugins.DebugNotification
 
getTo() - Method in class rx.operators.DebugSubscriber
 
getTo() - Method in class rx.plugins.DebugNotification
 
getValue() - Method in class rx.plugins.DebugNotification
 

O

onCompleted() - Method in class rx.operators.DebugSubscriber
 
onCreate(Observable.OnSubscribe<T>) - Method in class rx.plugins.DebugHook
 
onError(Throwable) - Method in class rx.operators.DebugSubscriber
 
onLift(Observable.Operator<? extends R, ? super T>) - Method in class rx.plugins.DebugHook
 
onNext(T) - Method in class rx.operators.DebugSubscriber
 
onNext(DebugNotification<T>) - Method in class rx.plugins.DebugNotificationListener
Override this to change the default behavior of returning the encapsulated value.
onSubscribeReturn(Subscription) - Method in class rx.plugins.DebugHook
 
onSubscribeStart(Observable<? extends T>, Observable.OnSubscribe<T>) - Method in class rx.plugins.DebugHook
 

Q

quote(Object) - Static method in class rx.plugins.DebugNotification
 

R

rx.operators - package rx.operators
 
rx.plugins - package rx.plugins
 

S

setFrom(Observable.Operator<? extends T, ?>) - Method in class rx.operators.DebugSubscriber
 
setTo(Observable.Operator<?, ? super T>) - Method in class rx.operators.DebugSubscriber
 
start(DebugNotification<T>) - Method in class rx.plugins.DebugNotificationListener
For each DebugNotification.Kind start is invoked before the actual method is invoked.

T

toString() - Method in class rx.plugins.DebugNotification
 

V

valueOf(String) - Static method in enum rx.plugins.DebugNotification.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum rx.plugins.DebugNotification.Kind
Returns an array containing the constants of this enum type, in the order they are declared.

C D E G O Q R S T V