Interface TFlow.Subscriber<T>

All Known Subinterfaces:
TFlow.Processor<T,​R>
Enclosing class:
TFlow

public static interface TFlow.Subscriber<T>
  • Method Details

    • onComplete

      void onComplete()
    • onError

      void onError(Throwable t)
    • onNext

      void onNext(T t)
    • onSubscribe

      void onSubscribe(TFlow.Subscription s)