public class DebugNotification<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DebugNotification.Kind |
| Modifier and Type | Method and Description |
|---|---|
static <T> DebugNotification<T> |
createOnCompleted(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
rx.Observable.Operator<?,? super T> to) |
static <T> DebugNotification<T> |
createOnError(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
java.lang.Throwable e,
rx.Observable.Operator<?,? super T> to) |
static <T> DebugNotification<T> |
createOnNext(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
T t,
rx.Observable.Operator<?,? super T> to) |
static <T,C> DebugNotification<T> |
createSubscribe(rx.Observer<? super T> o,
rx.Observable<? extends T> source,
rx.Observable.OnSubscribe<T> sourceFunc) |
static <T> DebugNotification<T> |
createUnsubscribe(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
rx.Observable.Operator<?,? super T> to) |
rx.Observable.Operator<? extends T,?> |
getFrom() |
DebugNotification.Kind |
getKind() |
rx.Observer |
getObserver() |
rx.Observable<? extends T> |
getSource() |
rx.Observable.OnSubscribe<T> |
getSourceFunc() |
java.lang.Throwable |
getThrowable() |
rx.Observable.Operator<?,? super T> |
getTo() |
T |
getValue() |
static java.lang.String |
quote(java.lang.Object obj) |
java.lang.String |
toString() |
public static <T,C> DebugNotification<T> createSubscribe(rx.Observer<? super T> o, rx.Observable<? extends T> source, rx.Observable.OnSubscribe<T> sourceFunc)
public static <T> DebugNotification<T> createOnNext(rx.Observer<? super T> o, rx.Observable.Operator<? extends T,?> from, T t, rx.Observable.Operator<?,? super T> to)
public static <T> DebugNotification<T> createOnError(rx.Observer<? super T> o, rx.Observable.Operator<? extends T,?> from, java.lang.Throwable e, rx.Observable.Operator<?,? super T> to)
public static <T> DebugNotification<T> createOnCompleted(rx.Observer<? super T> o, rx.Observable.Operator<? extends T,?> from, rx.Observable.Operator<?,? super T> to)
public static <T> DebugNotification<T> createUnsubscribe(rx.Observer<? super T> o, rx.Observable.Operator<? extends T,?> from, rx.Observable.Operator<?,? super T> to)
public rx.Observer getObserver()
public rx.Observable.Operator<? extends T,?> getFrom()
public T getValue()
public java.lang.Throwable getThrowable()
public rx.Observable.Operator<?,? super T> getTo()
public DebugNotification.Kind getKind()
public rx.Observable<? extends T> getSource()
public rx.Observable.OnSubscribe<T> getSourceFunc()
public java.lang.String toString()
toString in class java.lang.Objectpublic static java.lang.String quote(java.lang.Object obj)