RxJava



rx.operators
Class DebugSubscriber<T,C>

java.lang.Object
  extended by rx.Subscriber<T>
      extended by rx.operators.DebugSubscriber<T,C>
All Implemented Interfaces:
rx.Observer<T>, rx.Subscription

public final class DebugSubscriber<T,C>
extends rx.Subscriber<T>


Constructor Summary
DebugSubscriber(DebugNotificationListener<C> listener, rx.Subscriber<? super T> _o, rx.Observable.Operator<? extends T,?> _out, rx.Observable.Operator<?,? super T> _in)
           
 
Method Summary
 rx.Observer<? super T> getActual()
           
 rx.Observable.Operator<? extends T,?> getFrom()
           
 rx.Observable.Operator<?,? super T> getTo()
           
 void onCompleted()
           
 void onError(java.lang.Throwable e)
           
 void onNext(T t)
           
 void setFrom(rx.Observable.Operator<? extends T,?> bind)
           
 void setTo(rx.Observable.Operator<?,? super T> op)
           
 
Methods inherited from class rx.Subscriber
add, isUnsubscribed, unsubscribe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSubscriber

public DebugSubscriber(DebugNotificationListener<C> listener,
                       rx.Subscriber<? super T> _o,
                       rx.Observable.Operator<? extends T,?> _out,
                       rx.Observable.Operator<?,? super T> _in)
Method Detail

onCompleted

public void onCompleted()

onError

public void onError(java.lang.Throwable e)

onNext

public void onNext(T t)

getFrom

public rx.Observable.Operator<? extends T,?> getFrom()

setFrom

public void setFrom(rx.Observable.Operator<? extends T,?> bind)

getTo

public rx.Observable.Operator<?,? super T> getTo()

setTo

public void setTo(rx.Observable.Operator<?,? super T> op)

getActual

public rx.Observer<? super T> getActual()