public final class io.reactivex.internal.operators.maybe.MaybeIsEmptySingle<T> extends io.reactivex.Single<java.lang.Boolean> implements io.reactivex.internal.fuseable.HasUpstreamMaybeSource<T>, io.reactivex.internal.fuseable.FuseToMaybe<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeIsEmptySingle
  super_class: io.reactivex.Single
{
  final io.reactivex.MaybeSource<T> source;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<TT;>;

  public void <init>(io.reactivex.MaybeSource<T>);
    descriptor: (Lio/reactivex/MaybeSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
        start local 1 // io.reactivex.MaybeSource source
         0: .line 33
            aload 0 /* this */
            invokespecial io.reactivex.Single.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.maybe.MaybeIsEmptySingle.source:Lio/reactivex/MaybeSource;
         2: .line 35
            return
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/maybe/MaybeIsEmptySingle<TT;>;
            0    3     1  source  Lio/reactivex/MaybeSource<TT;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  public io.reactivex.MaybeSource<T> source();
    descriptor: ()Lio/reactivex/MaybeSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
         0: .line 39
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmptySingle.source:Lio/reactivex/MaybeSource;
            areturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmptySingle<TT;>;
    Signature: ()Lio/reactivex/MaybeSource<TT;>;

  public io.reactivex.Maybe<java.lang.Boolean> fuseToMaybe();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
         0: .line 44
            new io.reactivex.internal.operators.maybe.MaybeIsEmpty
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmptySingle.source:Lio/reactivex/MaybeSource;
            invokespecial io.reactivex.internal.operators.maybe.MaybeIsEmpty.<init>:(Lio/reactivex/MaybeSource;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onAssembly:(Lio/reactivex/Maybe;)Lio/reactivex/Maybe;
            areturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeIsEmptySingle<TT;>;
    Signature: ()Lio/reactivex/Maybe<Ljava/lang/Boolean;>;

  protected void subscribeActual(io.reactivex.SingleObserver<? super java.lang.Boolean>);
    descriptor: (Lio/reactivex/SingleObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
        start local 1 // io.reactivex.SingleObserver observer
         0: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeIsEmptySingle.source:Lio/reactivex/MaybeSource;
            new io.reactivex.internal.operators.maybe.MaybeIsEmptySingle$IsEmptyMaybeObserver
            dup
            aload 1 /* observer */
            invokespecial io.reactivex.internal.operators.maybe.MaybeIsEmptySingle$IsEmptyMaybeObserver.<init>:(Lio/reactivex/SingleObserver;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         1: .line 50
            return
        end local 1 // io.reactivex.SingleObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeIsEmptySingle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/reactivex/internal/operators/maybe/MaybeIsEmptySingle<TT;>;
            0    2     1  observer  Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;
    Signature: (Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Single<Ljava/lang/Boolean;>;Lio/reactivex/internal/fuseable/HasUpstreamMaybeSource<TT;>;Lio/reactivex/internal/fuseable/FuseToMaybe<Ljava/lang/Boolean;>;
SourceFile: "MaybeIsEmptySingle.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeIsEmptySingle$IsEmptyMaybeObserver
InnerClasses:
  final IsEmptyMaybeObserver = io.reactivex.internal.operators.maybe.MaybeIsEmptySingle$IsEmptyMaybeObserver of io.reactivex.internal.operators.maybe.MaybeIsEmptySingle