Class ActionSubscriber<T>

  • Type Parameters:
    T - the value type
    All Implemented Interfaces:
    Observer<T>, Subscription

    public final class ActionSubscriber<T>
    extends Subscriber<T>
    A Subscriber that forwards the onXXX method calls to callbacks.