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

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> parent;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;

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

  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.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 105
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver.parent:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 106
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver<TT;>;
            0    2     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=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
        start local 1 // java.lang.Object value
         0: .line 110
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 1 /* value */
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
         1: .line 111
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactivex/internal/operators/maybe/MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver<TT;>;
            0    2     1  value  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=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
        start local 1 // java.lang.Throwable e
         0: .line 115
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 116
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver<TT;>;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
         0: .line 120
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            invokeinterface io.reactivex.MaybeObserver.onComplete:()V
         1: .line 121
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/MaybeObserver<TT;>;
SourceFile: "MaybeSwitchIfEmpty.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty
InnerClasses:
  final SwitchIfEmptyMaybeObserver = io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver of io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty
  final OtherMaybeObserver = io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver$OtherMaybeObserver of io.reactivex.internal.operators.maybe.MaybeSwitchIfEmpty$SwitchIfEmptyMaybeObserver