JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
io.reactivex

Interface CompletableOnSubscribe



  • public interface CompletableOnSubscribe
    A functional interface that has a subscribe() method that receives an instance of a CompletableEmitter instance that allows pushing an event in a cancellation-safe manner.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void subscribe (CompletableEmitter emitter)
      Called for each CompletableObserver that subscribes.
    • Method Detail

      • subscribe

        void subscribe(@NonNull
         CompletableEmitter emitter)
         throws Exception 
        Called for each CompletableObserver that subscribes.
        Parameters:
        emitter - the safe emitter instance, never null
        Throws:
        Exception - on error
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /