public final class io.reactivex.internal.operators.maybe.MaybeCache<T> extends io.reactivex.Maybe<T> implements io.reactivex.MaybeObserver<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeCache
  super_class: io.reactivex.Maybe
{
  static final io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] EMPTY;
    descriptor: [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] TERMINATED;
    descriptor: [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.MaybeSource<T>> source;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/MaybeSource<TT;>;>;

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable<T>[]> observers;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;>;

  T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TT;

  java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            iconst_0
            anewarray io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
            putstatic io.reactivex.internal.operators.maybe.MaybeCache.EMPTY:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
         1: .line 32
            iconst_0
            anewarray io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
            putstatic io.reactivex.internal.operators.maybe.MaybeCache.TERMINATED:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.reactivex.MaybeSource<T>);
    descriptor: (Lio/reactivex/MaybeSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // io.reactivex.MaybeSource source
         0: .line 43
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 44
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            aload 1 /* source */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            putfield io.reactivex.internal.operators.maybe.MaybeCache.source:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 45
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            getstatic io.reactivex.internal.operators.maybe.MaybeCache.EMPTY:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            putfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 46
            return
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0    4     1  source  Lio/reactivex/MaybeSource<TT;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 50
            new io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
            dup
            aload 1 /* observer */
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/internal/operators/maybe/MaybeCache;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable parent
         1: .line 51
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 53
            aload 0 /* this */
            aload 2 /* parent */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache.add:(Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;)Z
            ifeq 6
         3: .line 54
            aload 2 /* parent */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.isDisposed:()Z
            ifeq 17
         4: .line 55
            aload 0 /* this */
            aload 2 /* parent */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache.remove:(Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;)V
         5: .line 56
            return
         6: .line 59
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
      StackMap stack:
            aload 2 /* parent */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.isDisposed:()Z
            ifne 16
         7: .line 60
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.error:Ljava/lang/Throwable;
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         8: .line 61
            aload 3 /* ex */
            ifnull 11
         9: .line 62
            aload 1 /* observer */
            aload 3 /* ex */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
        10: .line 63
            goto 16
        11: .line 64
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.value:Ljava/lang/Object;
            astore 4 /* v */
        start local 4 // java.lang.Object v
        12: .line 65
            aload 4 /* v */
            ifnull 15
        13: .line 66
            aload 1 /* observer */
            aload 4 /* v */
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
        14: .line 67
            goto 16
        15: .line 68
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* observer */
            invokeinterface io.reactivex.MaybeObserver.onComplete:()V
        end local 4 // java.lang.Object v
        end local 3 // java.lang.Throwable ex
        16: .line 72
      StackMap locals:
      StackMap stack:
            return
        17: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.source:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeSource
            astore 3 /* src */
        start local 3 // io.reactivex.MaybeSource src
        18: .line 76
            aload 3 /* src */
            ifnull 20
        19: .line 77
            aload 3 /* src */
            aload 0 /* this */
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
        20: .line 79
      StackMap locals: io.reactivex.MaybeSource
      StackMap stack:
            return
        end local 3 // io.reactivex.MaybeSource src
        end local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable parent
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0   21     1  observer  Lio/reactivex/MaybeObserver<-TT;>;
            1   21     2    parent  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
            8   16     3        ex  Ljava/lang/Throwable;
           12   16     4         v  TT;
           18   21     3       src  Lio/reactivex/MaybeSource<TT;>;
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 84
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0    1     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // java.lang.Object value
         0: .line 89
            aload 0 /* this */
            aload 1 /* value */
            putfield io.reactivex.internal.operators.maybe.MaybeCache.value:Ljava/lang/Object;
         1: .line 90
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.maybe.MaybeCache.TERMINATED:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache java.lang.Object top int int io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* inner */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         3: .line 91
            aload 2 /* inner */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.isDisposed:()Z
            ifne 5
         4: .line 92
            aload 2 /* inner */
            getfield io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.downstream:Lio/reactivex/MaybeObserver;
            aload 1 /* value */
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
        end local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         5: .line 90
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 2
         7: .line 95
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0    8     1  value  TT;
            3    5     2  inner  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // java.lang.Throwable e
         0: .line 100
            aload 0 /* this */
            aload 1 /* e */
            putfield io.reactivex.internal.operators.maybe.MaybeCache.error:Ljava/lang/Throwable;
         1: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.maybe.MaybeCache.TERMINATED:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache java.lang.Throwable top int int io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* inner */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         3: .line 102
            aload 2 /* inner */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.isDisposed:()Z
            ifne 5
         4: .line 103
            aload 2 /* inner */
            getfield io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.downstream:Lio/reactivex/MaybeObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
        end local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         5: .line 101
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 2
         7: .line 106
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0    8     1      e  Ljava/lang/Throwable;
            3    5     2  inner  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
         0: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.maybe.MaybeCache.TERMINATED:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache top int int io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* inner */
        start local 1 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         2: .line 112
            aload 1 /* inner */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.isDisposed:()Z
            ifne 4
         3: .line 113
            aload 1 /* inner */
            getfield io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.downstream:Lio/reactivex/MaybeObserver;
            invokeinterface io.reactivex.MaybeObserver.onComplete:()V
        end local 1 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         4: .line 111
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 116
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            2    4     1  inner  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;

  boolean add(io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable<T>);
    descriptor: (Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         0: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
            astore 2 /* a */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] a
         1: .line 121
            aload 2 /* a */
            getstatic io.reactivex.internal.operators.maybe.MaybeCache.TERMINATED:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            if_acmpne 3
         2: .line 122
            iconst_0
            ireturn
         3: .line 124
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
      StackMap stack:
            aload 2 /* a */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         4: .line 127
            iload 3 /* n */
            iconst_1
            iadd
            anewarray io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
            astore 4 /* b */
        start local 4 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] b
         5: .line 128
            aload 2 /* a */
            iconst_0
            aload 4 /* b */
            iconst_0
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 129
            aload 4 /* b */
            iload 3 /* n */
            aload 1 /* inner */
            aastore
         7: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* a */
            aload 4 /* b */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 0
         8: .line 131
            iconst_1
            ireturn
        end local 4 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] b
        end local 3 // int n
        end local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] a
        end local 1 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0    9     1  inner  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
            1    9     2      a  [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            4    9     3      n  I
            5    9     4      b  [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
    Signature: (Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;)Z
    MethodParameters:
       Name  Flags
      inner  

  void remove(io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable<T>);
    descriptor: (Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
        start local 1 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
         0: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
            astore 2 /* a */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] a
         1: .line 140
            aload 2 /* a */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 141
            iload 3 /* n */
            ifne 4
         3: .line 142
            return
         4: .line 145
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] int
      StackMap stack:
            iconst_m1
            istore 4 /* j */
        start local 4 // int j
         5: .line 147
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 11
         7: .line 148
      StackMap locals: int int
      StackMap stack:
            aload 2 /* a */
            iload 5 /* i */
            aaload
            aload 1 /* inner */
            if_acmpne 10
         8: .line 149
            iload 5 /* i */
            istore 4 /* j */
         9: .line 150
            goto 12
        10: .line 147
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 3 /* n */
            if_icmplt 7
        end local 5 // int i
        12: .line 154
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            ifge 14
        13: .line 155
            return
        14: .line 159
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            if_icmpne 17
        15: .line 160
            getstatic io.reactivex.internal.operators.maybe.MaybeCache.EMPTY:[Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            astore 5 /* b */
        start local 5 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] b
        16: .line 161
            goto 20
        end local 5 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] b
        17: .line 162
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iconst_1
            isub
            anewarray io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
            astore 5 /* b */
        start local 5 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] b
        18: .line 163
            aload 2 /* a */
            iconst_0
            aload 5 /* b */
            iconst_0
            iload 4 /* j */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 164
            aload 2 /* a */
            iload 4 /* j */
            iconst_1
            iadd
            aload 5 /* b */
            iload 4 /* j */
            iload 3 /* n */
            iload 4 /* j */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 166
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[]
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCache.observers:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* a */
            aload 5 /* b */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 0
        21: .line 167
            return
        end local 5 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] b
        end local 4 // int j
        end local 3 // int n
        end local 2 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable[] a
        end local 1 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable inner
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
            0   22     1  inner  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
            1   22     2      a  [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
            2   22     3      n  I
            5   22     4      j  I
            6   12     5      i  I
           16   17     5      b  [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
           18   22     5      b  [Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;
    Signature: (Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;)V
    MethodParameters:
       Name  Flags
      inner  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Maybe<TT;>;Lio/reactivex/MaybeObserver<TT;>;
SourceFile: "MaybeCache.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
InnerClasses:
  final CacheDisposable = io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable of io.reactivex.internal.operators.maybe.MaybeCache