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

Interface FlowableOnSubscribe<T>

  • Type Parameters:
    T - the value type pushed


    public interface FlowableOnSubscribe<T>
    A functional interface that has a subscribe() method that receives an instance of a FlowableEmitter instance that allows pushing events in a backpressure-safe and cancellation-safe manner.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void subscribe (FlowableEmitter<T> emitter)
      Called for each Subscriber that subscribes.
    • Method Detail

      • subscribe

        void subscribe(@NonNull
         FlowableEmitter<T> emitter)
         throws Exception 
        Called for each Subscriber 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 によって変換されたページ (->オリジナル) /