public final class io.reactivex.internal.operators.maybe.MaybeAmb<T> extends io.reactivex.Maybe<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeAmb
  super_class: io.reactivex.Maybe
{
  private final io.reactivex.MaybeSource<? extends T>[] sources;
    descriptor: [Lio/reactivex/MaybeSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Lio/reactivex/MaybeSource<+TT;>;

  private final java.lang.Iterable<? extends io.reactivex.MaybeSource<? extends T>> sourcesIterable;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<+Lio/reactivex/MaybeSource<+TT;>;>;

  public void <init>(io.reactivex.MaybeSource<? extends T>[], java.lang.Iterable<? extends io.reactivex.MaybeSource<? extends T>>);
    descriptor: ([Lio/reactivex/MaybeSource;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeAmb this
        start local 1 // io.reactivex.MaybeSource[] sources
        start local 2 // java.lang.Iterable sourcesIterable
         0: .line 33
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* sources */
            putfield io.reactivex.internal.operators.maybe.MaybeAmb.sources:[Lio/reactivex/MaybeSource;
         2: .line 35
            aload 0 /* this */
            aload 2 /* sourcesIterable */
            putfield io.reactivex.internal.operators.maybe.MaybeAmb.sourcesIterable:Ljava/lang/Iterable;
         3: .line 36
            return
        end local 2 // java.lang.Iterable sourcesIterable
        end local 1 // io.reactivex.MaybeSource[] sources
        end local 0 // io.reactivex.internal.operators.maybe.MaybeAmb this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/reactivex/internal/operators/maybe/MaybeAmb<TT;>;
            0    4     1          sources  [Lio/reactivex/MaybeSource;
            0    4     2  sourcesIterable  Ljava/lang/Iterable<+Lio/reactivex/MaybeSource<+TT;>;>;
    Signature: ([Lio/reactivex/MaybeSource<+TT;>;Ljava/lang/Iterable<+Lio/reactivex/MaybeSource<+TT;>;>;)V
    MethodParameters:
                 Name  Flags
      sources          
      sourcesIterable  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeAmb this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 41
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeAmb.sources:[Lio/reactivex/MaybeSource;
            astore 2 /* sources */
        start local 2 // io.reactivex.MaybeSource[] sources
         1: .line 42
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         2: .line 43
            aload 2 /* sources */
            ifnonnull 20
         3: .line 44
            bipush 8
            anewarray io.reactivex.MaybeSource
            astore 2 /* sources */
         4: .line 46
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeAmb.sourcesIterable:Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeAmb io.reactivex.MaybeObserver io.reactivex.MaybeSource[] int top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            astore 4 /* element */
        start local 4 // io.reactivex.MaybeSource element
         6: .line 47
            aload 4 /* element */
            ifnonnull 9
         7: .line 48
            new java.lang.NullPointerException
            dup
            ldc "One of the sources is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/MaybeObserver;)V
         8: .line 49
            return
         9: .line 51
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeAmb io.reactivex.MaybeObserver io.reactivex.MaybeSource[] int io.reactivex.MaybeSource java.util.Iterator
      StackMap stack:
            iload 3 /* count */
            aload 2 /* sources */
            arraylength
            if_icmpne 13
        10: .line 52
            iload 3 /* count */
            iload 3 /* count */
            iconst_2
            ishr
            iadd
            anewarray io.reactivex.MaybeSource
            astore 6 /* b */
        start local 6 // io.reactivex.MaybeSource[] b
        11: .line 53
            aload 2 /* sources */
            iconst_0
            aload 6 /* b */
            iconst_0
            iload 3 /* count */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 54
            aload 6 /* b */
            astore 2 /* sources */
        end local 6 // io.reactivex.MaybeSource[] b
        13: .line 56
      StackMap locals:
      StackMap stack:
            aload 2 /* sources */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 4 /* element */
            aastore
        end local 4 // io.reactivex.MaybeSource element
        14: .line 46
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeAmb io.reactivex.MaybeObserver io.reactivex.MaybeSource[] int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        15: .line 58
            goto 21
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeAmb io.reactivex.MaybeObserver io.reactivex.MaybeSource[] int
      StackMap stack: java.lang.Throwable
        16: astore 4 /* e */
        start local 4 // java.lang.Throwable e
        17: .line 59
            aload 4 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        18: .line 60
            aload 4 /* e */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/MaybeObserver;)V
        19: .line 61
            return
        end local 4 // java.lang.Throwable e
        20: .line 64
      StackMap locals:
      StackMap stack:
            aload 2 /* sources */
            arraylength
            istore 3 /* count */
        21: .line 67
      StackMap locals:
      StackMap stack:
            new io.reactivex.disposables.CompositeDisposable
            dup
            invokespecial io.reactivex.disposables.CompositeDisposable.<init>:()V
            astore 4 /* set */
        start local 4 // io.reactivex.disposables.CompositeDisposable set
        22: .line 68
            aload 1 /* observer */
            aload 4 /* set */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
        23: .line 70
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            astore 5 /* winner */
        start local 5 // java.util.concurrent.atomic.AtomicBoolean winner
        24: .line 72
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        25: goto 39
        26: .line 73
      StackMap locals: io.reactivex.disposables.CompositeDisposable java.util.concurrent.atomic.AtomicBoolean int
      StackMap stack:
            aload 2 /* sources */
            iload 6 /* i */
            aaload
            astore 7 /* s */
        start local 7 // io.reactivex.MaybeSource s
        27: .line 74
            aload 4 /* set */
            invokevirtual io.reactivex.disposables.CompositeDisposable.isDisposed:()Z
            ifeq 29
        28: .line 75
            return
        29: .line 78
      StackMap locals: io.reactivex.MaybeSource
      StackMap stack:
            aload 7 /* s */
            ifnonnull 37
        30: .line 79
            aload 4 /* set */
            invokevirtual io.reactivex.disposables.CompositeDisposable.dispose:()V
        31: .line 80
            new java.lang.NullPointerException
            dup
            ldc "One of the MaybeSources is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            astore 8 /* ex */
        start local 8 // java.lang.NullPointerException ex
        32: .line 81
            aload 5 /* winner */
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 35
        33: .line 82
            aload 1 /* observer */
            aload 8 /* ex */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
        34: .line 83
            goto 36
        35: .line 84
      StackMap locals: java.lang.NullPointerException
      StackMap stack:
            aload 8 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        36: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.NullPointerException ex
        37: .line 89
      StackMap locals:
      StackMap stack:
            aload 7 /* s */
            new io.reactivex.internal.operators.maybe.MaybeAmb$AmbMaybeObserver
            dup
            aload 1 /* observer */
            aload 4 /* set */
            aload 5 /* winner */
            invokespecial io.reactivex.internal.operators.maybe.MaybeAmb$AmbMaybeObserver.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/disposables/CompositeDisposable;Ljava/util/concurrent/atomic/AtomicBoolean;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
        end local 7 // io.reactivex.MaybeSource s
        38: .line 72
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 6 /* i */
            iload 3 /* count */
            if_icmplt 26
        end local 6 // int i
        40: .line 92
            iload 3 /* count */
            ifne 42
        41: .line 93
            aload 1 /* observer */
            invokeinterface io.reactivex.MaybeObserver.onComplete:()V
        42: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.util.concurrent.atomic.AtomicBoolean winner
        end local 4 // io.reactivex.disposables.CompositeDisposable set
        end local 3 // int count
        end local 2 // io.reactivex.MaybeSource[] sources
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeAmb this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   43     0      this  Lio/reactivex/internal/operators/maybe/MaybeAmb<TT;>;
            0   43     1  observer  Lio/reactivex/MaybeObserver<-TT;>;
            1   43     2   sources  [Lio/reactivex/MaybeSource;
            2   43     3     count  I
            6   14     4   element  Lio/reactivex/MaybeSource<+TT;>;
           11   13     6         b  [Lio/reactivex/MaybeSource;
           17   20     4         e  Ljava/lang/Throwable;
           22   43     4       set  Lio/reactivex/disposables/CompositeDisposable;
           24   43     5    winner  Ljava/util/concurrent/atomic/AtomicBoolean;
           25   40     6         i  I
           27   38     7         s  Lio/reactivex/MaybeSource<+TT;>;
           32   37     8        ex  Ljava/lang/NullPointerException;
      Exception table:
        from    to  target  type
           4     8      16  Class java.lang.Throwable
           9    15      16  Class java.lang.Throwable
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Maybe<TT;>;
SourceFile: "MaybeAmb.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeAmb$AmbMaybeObserver
InnerClasses:
  final AmbMaybeObserver = io.reactivex.internal.operators.maybe.MaybeAmb$AmbMaybeObserver of io.reactivex.internal.operators.maybe.MaybeAmb