public final class io.reactivex.internal.operators.maybe.MaybeEmpty extends io.reactivex.Maybe<java.lang.Object> implements io.reactivex.internal.fuseable.ScalarCallable<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeEmpty
  super_class: io.reactivex.Maybe
{
  public static final io.reactivex.internal.operators.maybe.MaybeEmpty INSTANCE;
    descriptor: Lio/reactivex/internal/operators/maybe/MaybeEmpty;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 25
            new io.reactivex.internal.operators.maybe.MaybeEmpty
            dup
            invokespecial io.reactivex.internal.operators.maybe.MaybeEmpty.<init>:()V
            putstatic io.reactivex.internal.operators.maybe.MaybeEmpty.INSTANCE:Lio/reactivex/internal/operators/maybe/MaybeEmpty;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEmpty this
         0: .line 23
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEmpty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeEmpty;

  protected void subscribeActual(io.reactivex.MaybeObserver<? super java.lang.Object>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEmpty this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 29
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.complete:(Lio/reactivex/MaybeObserver;)V
         1: .line 30
            return
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEmpty this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/reactivex/internal/operators/maybe/MaybeEmpty;
            0    2     1  observer  Lio/reactivex/MaybeObserver<-Ljava/lang/Object;>;
    Signature: (Lio/reactivex/MaybeObserver<-Ljava/lang/Object;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEmpty this
         0: .line 34
            aconst_null
            areturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEmpty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeEmpty;
}
Signature: Lio/reactivex/Maybe<Ljava/lang/Object;>;Lio/reactivex/internal/fuseable/ScalarCallable<Ljava/lang/Object;>;
SourceFile: "MaybeEmpty.java"