final class io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver<T> implements io.reactivex.Observer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver
  super_class: java.lang.Object
{
  final io.reactivex.Observer<? super T> downstream;
    descriptor: Lio/reactivex/Observer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Observer<-TT;>;

  final io.reactivex.ObservableSource<? extends T> other;
    descriptor: Lio/reactivex/ObservableSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/ObservableSource<+TT;>;

  final io.reactivex.internal.disposables.SequentialDisposable arbiter;
    descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
    flags: (0x0010) ACC_FINAL

  boolean empty;
    descriptor: Z
    flags: (0x0000) 

  void <init>(io.reactivex.Observer<? super T>, io.reactivex.ObservableSource<? extends T>);
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/ObservableSource;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.ObservableSource other
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.downstream:Lio/reactivex/Observer;
         2: .line 43
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.other:Lio/reactivex/ObservableSource;
         3: .line 44
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.empty:Z
         4: .line 45
            aload 0 /* this */
            new io.reactivex.internal.disposables.SequentialDisposable
            dup
            invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
            putfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.arbiter:Lio/reactivex/internal/disposables/SequentialDisposable;
         5: .line 46
            return
        end local 2 // io.reactivex.ObservableSource other
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/reactivex/internal/operators/observable/ObservableSwitchIfEmpty$SwitchIfEmptyObserver<TT;>;
            0    6     1  actual  Lio/reactivex/Observer<-TT;>;
            0    6     2   other  Lio/reactivex/ObservableSource<+TT;>;
    Signature: (Lio/reactivex/Observer<-TT;>;Lio/reactivex/ObservableSource<+TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      other   

  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.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 50
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.arbiter:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 1 /* d */
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.update:(Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 51
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchIfEmpty$SwitchIfEmptyObserver<TT;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
        start local 1 // java.lang.Object t
         0: .line 55
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.empty:Z
            ifeq 2
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.empty:Z
         2: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
         3: .line 59
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchIfEmpty$SwitchIfEmptyObserver<TT;>;
            0    4     1     t  TT;
    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=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
        start local 1 // java.lang.Throwable t
         0: .line 63
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
         1: .line 64
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchIfEmpty$SwitchIfEmptyObserver<TT;>;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
         0: .line 68
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.empty:Z
            ifeq 4
         1: .line 69
            aload 0 /* this */
            iconst_0
            putfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.empty:Z
         2: .line 70
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.other:Lio/reactivex/ObservableSource;
            aload 0 /* this */
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         3: .line 71
            goto 5
         4: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver.downstream:Lio/reactivex/Observer;
            invokeinterface io.reactivex.Observer.onComplete:()V
         5: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchIfEmpty$SwitchIfEmptyObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/Observer<TT;>;
SourceFile: "ObservableSwitchIfEmpty.java"
NestHost: io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty
InnerClasses:
  final SwitchIfEmptyObserver = io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty$SwitchIfEmptyObserver of io.reactivex.internal.operators.observable.ObservableSwitchIfEmpty