Interface BasicEmitter<T>

  • Type Parameters:
    T - the value type

    public interface BasicEmitter<T>
    Abstraction over a Subscriber.
    • Method Detail

      • doNext

        void doNext​(T t)
      • doError

        void doError​(java.lang.Throwable t)
      • doComplete

        void doComplete()