final class io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator<T> implements org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator
  super_class: java.lang.Object
{
  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

  final io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber<T>[] subscribers;
    descriptor: [Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: [Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber<TT;>;

  final java.util.concurrent.atomic.AtomicInteger winner;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

  void <init>(org.reactivestreams.Subscriber<? super T>, );
    descriptor: (Lorg/reactivestreams/Subscriber;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // int count
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 84
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.downstream:Lorg/reactivestreams/Subscriber;
         3: .line 85
            aload 0 /* this */
            iload 2 /* count */
            anewarray io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber
            putfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
         4: .line 86
            return
        end local 2 // int count
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbCoordinator<TT;>;
            0    5     1  actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    5     2   count  I
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;I)V
    MethodParameters:
        Name  Flags
      actual  
      count   

  public void subscribe(org.reactivestreams.Publisher<? extends T>[]);
    descriptor: ([Lorg/reactivestreams/Publisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
        start local 1 // org.reactivestreams.Publisher[] sources
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            astore 2 /* as */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[] as
         1: .line 90
            aload 2 /* as */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: .line 91
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 92
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[] int int
      StackMap stack:
            aload 2 /* as */
            iload 4 /* i */
            new io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber
            dup
            aload 0 /* this */
            iload 4 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.downstream:Lorg/reactivestreams/Subscriber;
            invokespecial io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbCoordinator;ILorg/reactivestreams/Subscriber;)V
            aastore
         5: .line 91
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 4
        end local 4 // int i
         7: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicInteger.lazySet:(I)V
         8: .line 95
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         9: .line 97
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        10: goto 15
        11: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ifeq 13
        12: .line 99
            return
        13: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* sources */
            iload 4 /* i */
            aaload
            aload 2 /* as */
            iload 4 /* i */
            aaload
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        14: .line 97
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 11
        end local 4 // int i
        16: .line 104
            return
        end local 3 // int len
        end local 2 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[] as
        end local 1 // org.reactivestreams.Publisher[] sources
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbCoordinator<TT;>;
            0   17     1  sources  [Lorg/reactivestreams/Publisher;
            1   17     2       as  [Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            2   17     3      len  I
            3    7     4        i  I
           10   16     4        i  I
    Signature: ([Lorg/reactivestreams/Publisher<+TT;>;)V
    MethodParameters:
         Name  Flags
      sources  

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
        start local 1 // long n
         0: .line 108
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 11
         1: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            istore 3 /* w */
        start local 3 // int w
         2: .line 110
            iload 3 /* w */
            ifle 5
         3: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            iload 3 /* w */
            iconst_1
            isub
            aaload
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber.request:(J)V
         4: .line 112
            goto 11
         5: .line 113
      StackMap locals: int
      StackMap stack:
            iload 3 /* w */
            ifne 11
         6: .line 114
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator long int top int int io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[]
      StackMap stack:
         7: aload 7
            iload 5
            aaload
            astore 4 /* a */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber a
         8: .line 115
            aload 4 /* a */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber.request:(J)V
        end local 4 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber a
         9: .line 114
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 7
        end local 3 // int w
        11: .line 119
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator long
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbCoordinator<TT;>;
            0   12     1     n  J
            2   11     3     w  I
            8    9     4     a  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber<TT;>;
    MethodParameters:
      Name  Flags
      n     

  public boolean win(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
        start local 1 // int index
         0: .line 122
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            istore 2 /* w */
        start local 2 // int w
         1: .line 123
            iload 2 /* w */
            ifne 12
         2: .line 124
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_0
            iload 1 /* index */
            invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
            ifeq 12
         3: .line 125
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            astore 3 /* a */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[] a
         4: .line 126
            aload 3 /* a */
            arraylength
            istore 4 /* n */
        start local 4 // int n
         5: .line 127
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 128
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator int int io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[] int int
      StackMap stack:
            iload 5 /* i */
            iconst_1
            iadd
            iload 1 /* index */
            if_icmpeq 9
         8: .line 129
            aload 3 /* a */
            iload 5 /* i */
            aaload
            invokevirtual io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber.cancel:()V
         9: .line 127
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 4 /* n */
            if_icmplt 7
        end local 5 // int i
        11: .line 132
            iconst_1
            ireturn
        end local 4 // int n
        end local 3 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[] a
        12: .line 135
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int w
        end local 1 // int index
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbCoordinator<TT;>;
            0   13     1  index  I
            1   13     2      w  I
            4   12     3      a  [Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            5   12     4      n  I
            6   11     5      i  I
    MethodParameters:
       Name  Flags
      index  

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
         0: .line 140
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            iconst_m1
            if_icmpeq 7
         1: .line 141
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.winner:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_m1
            invokevirtual java.util.concurrent.atomic.AtomicInteger.lazySet:(I)V
         2: .line 143
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator top int int io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber[]
      StackMap stack:
         3: aload 4
            iload 2
            aaload
            astore 1 /* a */
        start local 1 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber a
         4: .line 144
            aload 1 /* a */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber.cancel:()V
        end local 1 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber a
         5: .line 143
            iinc 2 1
      StackMap locals:
      StackMap stack:
         6: iload 2
            iload 3
            if_icmplt 3
         7: .line 147
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbCoordinator<TT;>;
            4    5     1     a  Lio/reactivex/internal/operators/flowable/FlowableAmb$AmbInnerSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableAmb.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableAmb
InnerClasses:
  final AmbCoordinator = io.reactivex.internal.operators.flowable.FlowableAmb$AmbCoordinator of io.reactivex.internal.operators.flowable.FlowableAmb
  final AmbInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableAmb$AmbInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableAmb