final class io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver<T> implements io.reactivex.FlowableSubscriber<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver
  super_class: java.lang.Object
{
  final io.reactivex.CompletableObserver downstream;
    descriptor: Lio/reactivex/CompletableObserver;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Function<? super T, ? extends io.reactivex.CompletableSource> mapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;

  final boolean delayErrors;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final io.reactivex.internal.util.AtomicThrowable errors;
    descriptor: Lio/reactivex/internal/util/AtomicThrowable;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver> inner;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;>;

  static final io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver INNER_DISPOSED;
    descriptor: Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 70
            new io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
            dup
            aconst_null
            invokespecial io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver.<init>:(Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver;)V
            putstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.reactivex.CompletableObserver, io.reactivex.functions.Function<? super T, ? extends io.reactivex.CompletableSource>, );
    descriptor: (Lio/reactivex/CompletableObserver;Lio/reactivex/functions/Function;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
        start local 1 // io.reactivex.CompletableObserver downstream
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // boolean delayErrors
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
         2: .line 79
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.mapper:Lio/reactivex/functions/Function;
         3: .line 80
            aload 0 /* this */
            iload 3 /* delayErrors */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.delayErrors:Z
         4: .line 81
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
         5: .line 82
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
         6: .line 83
            return
        end local 3 // boolean delayErrors
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.CompletableObserver downstream
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            0    7     1   downstream  Lio/reactivex/CompletableObserver;
            0    7     2       mapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;
            0    7     3  delayErrors  Z
    Signature: (Lio/reactivex/CompletableObserver;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/CompletableSource;>;Z)V
    MethodParameters:
             Name  Flags
      downstream   
      mapper       
      delayErrors  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 87
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 88
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.upstream:Lorg/reactivestreams/Subscription;
         2: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.CompletableObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 90
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
        start local 1 // java.lang.Object t
         0: .line 99
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.mapper:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.CompletableSource
            ldc "The mapper returned a null CompletableSource"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.CompletableSource
            astore 2 /* c */
        start local 2 // io.reactivex.CompletableSource c
         1: .line 100
            goto 7
        end local 2 // io.reactivex.CompletableSource c
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         3: .line 101
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 102
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         5: .line 103
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.onError:(Ljava/lang/Throwable;)V
         6: .line 104
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // io.reactivex.CompletableSource c
         7: .line 107
      StackMap locals: io.reactivex.CompletableSource
      StackMap stack:
            new io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver.<init>:(Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver;)V
            astore 3 /* o */
        start local 3 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver o
         8: .line 110
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
            astore 4 /* current */
        start local 4 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver current
         9: .line 111
            aload 4 /* current */
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            if_acmpne 11
        10: .line 112
            goto 15
        11: .line 114
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            aload 4 /* current */
            aload 3 /* o */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
        12: .line 115
            aload 4 /* current */
            ifnull 14
        13: .line 116
            aload 4 /* current */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver.dispose:()V
        14: .line 118
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            aload 3 /* o */
            invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
        end local 4 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver current
        15: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver o
        end local 2 // io.reactivex.CompletableSource c
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            0   16     1        t  TT;
            1    2     2        c  Lio/reactivex/CompletableSource;
            7   16     2        c  Lio/reactivex/CompletableSource;
            3    7     3       ex  Ljava/lang/Throwable;
            8   16     3        o  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            9   15     4  current  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
        start local 1 // java.lang.Throwable t
         0: .line 126
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 9
         1: .line 127
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.delayErrors:Z
            ifeq 4
         2: .line 128
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.onComplete:()V
         3: .line 129
            goto 10
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.disposeInner:()V
         5: .line 131
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         6: .line 132
            aload 2 /* ex */
            getstatic io.reactivex.internal.util.ExceptionHelper.TERMINATED:Ljava/lang/Throwable;
            if_acmpeq 10
         7: .line 133
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 2 /* ex */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
         8: .line 136
            goto 10
         9: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        10: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            0   11     1     t  Ljava/lang/Throwable;
            6    8     2    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
         0: .line 143
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.done:Z
         1: .line 144
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            ifnonnull 7
         2: .line 145
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         3: .line 146
            aload 1 /* ex */
            ifnonnull 6
         4: .line 147
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
         5: .line 148
            goto 7
         6: .line 149
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 1 /* ex */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable ex
         7: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            3    7     1    ex  Ljava/lang/Throwable;

  void disposeInner();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
         0: .line 155
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
            astore 1 /* o */
        start local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver o
         1: .line 156
            aload 1 /* o */
            ifnull 3
            aload 1 /* o */
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            if_acmpeq 3
         2: .line 157
            aload 1 /* o */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver.dispose:()V
         3: .line 159
      StackMap locals: io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver o
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            1    4     1     o  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
         0: .line 163
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 164
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.disposeInner:()V
         2: .line 165
            return
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
         0: .line 169
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.INNER_DISPOSED:Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;

  void innerError(io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver, java.lang.Throwable);
    descriptor: (Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
        start local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver sender
        start local 2 // java.lang.Throwable error
         0: .line 173
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* sender */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         1: .line 174
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 2 /* error */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 12
         2: .line 175
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.delayErrors:Z
            ifeq 7
         3: .line 176
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.done:Z
            ifeq 11
         4: .line 177
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         5: .line 178
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 3 /* ex */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable ex
         6: .line 180
            goto 11
         7: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.dispose:()V
         8: .line 182
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         9: .line 183
            aload 3 /* ex */
            getstatic io.reactivex.internal.util.ExceptionHelper.TERMINATED:Ljava/lang/Throwable;
            if_acmpeq 11
        10: .line 184
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 3 /* ex */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable ex
        11: .line 187
      StackMap locals:
      StackMap stack:
            return
        12: .line 190
      StackMap locals:
      StackMap stack:
            aload 2 /* error */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        13: .line 191
            return
        end local 2 // java.lang.Throwable error
        end local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver sender
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            0   14     1  sender  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            0   14     2   error  Ljava/lang/Throwable;
            5    6     3      ex  Ljava/lang/Throwable;
            9   11     3      ex  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      sender  
      error   

  void innerComplete(io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver);
    descriptor: (Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
        start local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver sender
         0: .line 194
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.inner:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* sender */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         1: .line 195
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.done:Z
            ifeq 7
         2: .line 196
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         3: .line 197
            aload 2 /* ex */
            ifnonnull 6
         4: .line 198
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
         5: .line 199
            goto 7
         6: .line 200
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 2 /* ex */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
         7: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver sender
        end local 0 // io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver<TT;>;
            0    8     1  sender  Lio/reactivex/internal/operators/mixed/FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver;
            3    7     2      ex  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      sender  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "FlowableSwitchMapCompletable.java"
NestHost: io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable
InnerClasses:
  final SwitchMapCompletableObserver = io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver of io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable
  final SwitchMapInnerObserver = io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver of io.reactivex.internal.operators.mixed.FlowableSwitchMapCompletable$SwitchMapCompletableObserver