Class CompletableSubjectAdapter<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      CompletableSubjectAdapter​(io.reactivex.rxjava3.subjects.CompletableSubject delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onComplete()  
      void onError​(java.lang.Throwable error)  
      void onNext​(T next)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompletableSubjectAdapter

        public CompletableSubjectAdapter​(io.reactivex.rxjava3.subjects.CompletableSubject delegate)