Class FlowableAmb.AmbCoordinator<T>

java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableAmb.AmbCoordinator<T>
All Implemented Interfaces:
org.reactivestreams.Subscription
Enclosing class:
FlowableAmb<T>

static final class FlowableAmb.AmbCoordinator<T> extends Object implements org.reactivestreams.Subscription
  • Field Details

  • Constructor Details

    • AmbCoordinator

      AmbCoordinator(org.reactivestreams.Subscriber<? super T> actual, int count)
  • Method Details

    • subscribe

      public void subscribe(org.reactivestreams.Publisher<? extends T>[] sources)
    • request

      public void request(long n)
      Specified by:
      request in interface org.reactivestreams.Subscription
    • win

      public boolean win(int index)
    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.reactivestreams.Subscription