Class ObserverSubscriber<T>

java.lang.Object
rx.Subscriber<T>
rx.internal.util.ObserverSubscriber<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
Observer<T>, Subscription

public final class ObserverSubscriber<T> extends Subscriber<T>
Wraps an Observer and forwards the onXXX method calls to it.