Class 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.