RxJava
rx.plugins
Class DebugNotification<T>
java.lang.Object
rx.plugins.DebugNotification<T>
public class DebugNotification<T>
- extends java.lang.Object
|
Method Summary |
static
|
createOnCompleted(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
rx.Observable.Operator<?,? super T> to)
|
static
|
createOnError(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
java.lang.Throwable e,
rx.Observable.Operator<?,? super T> to)
|
static
|
createOnNext(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
T t,
rx.Observable.Operator<?,? super T> to)
|
static
|
createSubscribe(rx.Observer<? super T> o,
rx.Observable<? extends T> source,
rx.Observable.OnSubscribe<T> sourceFunc)
|
static
|
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
createSubscribe
public static <T,C> DebugNotification<T> createSubscribe(rx.Observer<? super T> o,
rx.Observable<? extends T> source,
rx.Observable.OnSubscribe<T> sourceFunc)
createOnNext
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)
createOnError
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)
createOnCompleted
public static <T> DebugNotification<T> createOnCompleted(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
rx.Observable.Operator<?,? super T> to)
createUnsubscribe
public static <T> DebugNotification<T> createUnsubscribe(rx.Observer<? super T> o,
rx.Observable.Operator<? extends T,?> from,
rx.Observable.Operator<?,? super T> to)
getObserver
public rx.Observer getObserver()
getFrom
public rx.Observable.Operator<? extends T,?> getFrom()
getValue
public T getValue()
getThrowable
public java.lang.Throwable getThrowable()
getTo
public rx.Observable.Operator<?,? super T> getTo()
getKind
public DebugNotification.Kind getKind()
getSource
public rx.Observable<? extends T> getSource()
getSourceFunc
public rx.Observable.OnSubscribe<T> getSourceFunc()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
quote
public static java.lang.String quote(java.lang.Object obj)