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

  io.reactivex.disposables.Disposable upstream;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  void <init>(io.reactivex.MaybeObserver<? super java.lang.Boolean>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
        start local 1 // io.reactivex.MaybeObserver downstream
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
         2: .line 46
            return
        end local 1 // io.reactivex.MaybeObserver downstream
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<TT;>;
            0    3     1  downstream  Lio/reactivex/MaybeObserver<-Ljava/lang/Boolean;>;
    Signature: (Lio/reactivex/MaybeObserver<-Ljava/lang/Boolean;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  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.MaybeIsEmpty$IsEmptyMaybeObserver this
         0: .line 50
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         1: .line 51
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<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.MaybeIsEmpty$IsEmptyMaybeObserver this
         0: .line 55
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<TT;>;

  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.MaybeIsEmpty$IsEmptyMaybeObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 60
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
            ifeq 3
         1: .line 61
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 63
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<TT;>;
            0    4     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.MaybeIsEmpty$IsEmptyMaybeObserver this
        start local 1 // java.lang.Object value
         0: .line 69
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
         1: .line 70
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<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.MaybeIsEmpty$IsEmptyMaybeObserver this
        start local 1 // java.lang.Throwable e
         0: .line 74
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
         1: .line 75
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<TT;>;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
         0: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver.downstream:Lio/reactivex/MaybeObserver;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
         1: .line 80
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmpty$IsEmptyMaybeObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/MaybeObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeIsEmpty.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeIsEmpty
InnerClasses:
  final IsEmptyMaybeObserver = io.reactivex.internal.operators.maybe.MaybeIsEmpty$IsEmptyMaybeObserver of io.reactivex.internal.operators.maybe.MaybeIsEmpty