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

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

  final io.reactivex.MaybeSource<T> source;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<TT;>;

  void <init>(io.reactivex.MaybeObserver<? super T>, io.reactivex.MaybeSource<T>);
    descriptor: (Lio/reactivex/MaybeObserver;Lio/reactivex/MaybeSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
        start local 1 // io.reactivex.MaybeObserver actual
        start local 2 // io.reactivex.MaybeSource source
         0: .line 50
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.downstream:Lio/reactivex/MaybeObserver;
         2: .line 52
            aload 0 /* this */
            aload 2 /* source */
            putfield io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.source:Lio/reactivex/MaybeSource;
         3: .line 53
            return
        end local 2 // io.reactivex.MaybeSource source
        end local 1 // io.reactivex.MaybeObserver actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/maybe/MaybeDelayWithCompletable$OtherObserver<TT;>;
            0    4     1  actual  Lio/reactivex/MaybeObserver<-TT;>;
            0    4     2  source  Lio/reactivex/MaybeSource<TT;>;
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;Lio/reactivex/MaybeSource<TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      source  

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 57
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            ifeq 2
         1: .line 59
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/maybe/MaybeDelayWithCompletable$OtherObserver<TT;>;
            0    3     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
        start local 1 // java.lang.Throwable e
         0: .line 65
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 66
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeDelayWithCompletable$OtherObserver<TT;>;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
         0: .line 70
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.source:Lio/reactivex/MaybeSource;
            new io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$DelayWithMainObserver
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.downstream:Lio/reactivex/MaybeObserver;
            invokespecial io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$DelayWithMainObserver.<init>:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/MaybeObserver;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         1: .line 71
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeDelayWithCompletable$OtherObserver<TT;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
         0: .line 75
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 76
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeDelayWithCompletable$OtherObserver<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.MaybeDelayWithCompletable$OtherObserver this
         0: .line 80
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeDelayWithCompletable$OtherObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/CompletableObserver;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeDelayWithCompletable.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable
InnerClasses:
  final DelayWithMainObserver = io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$DelayWithMainObserver of io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable
  final OtherObserver = io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable$OtherObserver of io.reactivex.internal.operators.maybe.MaybeDelayWithCompletable