final class io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable<T> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.maybe.MaybeCache<T>> implements io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5791853038359966195

  final io.reactivex.MaybeObserver<? super T> downstream;
    descriptor: Lio/reactivex/MaybeObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeObserver<-TT;>;

  void <init>(io.reactivex.MaybeObserver<? super T>, io.reactivex.internal.operators.maybe.MaybeCache<T>);
    descriptor: (Lio/reactivex/MaybeObserver;Lio/reactivex/internal/operators/maybe/MaybeCache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable this
        start local 1 // io.reactivex.MaybeObserver actual
        start local 2 // io.reactivex.internal.operators.maybe.MaybeCache parent
         0: .line 181
            aload 0 /* this */
            aload 2 /* parent */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
         1: .line 182
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.downstream:Lio/reactivex/MaybeObserver;
         2: .line 183
            return
        end local 2 // io.reactivex.internal.operators.maybe.MaybeCache parent
        end local 1 // io.reactivex.MaybeObserver actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
            0    3     1  actual  Lio/reactivex/MaybeObserver<-TT;>;
            0    3     2  parent  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      parent  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable this
         0: .line 187
            aload 0 /* this */
            aconst_null
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.maybe.MaybeCache
            astore 1 /* mc */
        start local 1 // io.reactivex.internal.operators.maybe.MaybeCache mc
         1: .line 188
            aload 1 /* mc */
            ifnull 3
         2: .line 189
            aload 1 /* mc */
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache.remove:(Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable;)V
         3: .line 191
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeCache
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.maybe.MaybeCache mc
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
            1    4     1    mc  Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable this
         0: .line 195
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable.get:()Ljava/lang/Object;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeCache$CacheDisposable<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/maybe/MaybeCache<TT;>;>;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeCache.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeCache
InnerClasses:
  final CacheDisposable = io.reactivex.internal.operators.maybe.MaybeCache$CacheDisposable of io.reactivex.internal.operators.maybe.MaybeCache