class io.vertx.reactivex.impl.AsyncResultSingle$1 implements io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.impl.AsyncResultSingle$1
  super_class: java.lang.Object
{
  final io.vertx.reactivex.impl.AsyncResultSingle this$0;
    descriptor: Lio/vertx/reactivex/impl/AsyncResultSingle;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicBoolean val$disposed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.reactivex.impl.AsyncResultSingle, java.util.concurrent.atomic.AtomicBoolean);
    descriptor: (Lio/vertx/reactivex/impl/AsyncResultSingle;Ljava/util/concurrent/atomic/AtomicBoolean;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.impl.AsyncResultSingle$1 this
         0: .line 33
            aload 0 /* this */
            aload 1
            putfield io.vertx.reactivex.impl.AsyncResultSingle$1.this$0:Lio/vertx/reactivex/impl/AsyncResultSingle;
            aload 0 /* this */
            aload 2
            putfield io.vertx.reactivex.impl.AsyncResultSingle$1.val$disposed:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.reactivex.impl.AsyncResultSingle$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/impl/AsyncResultSingle$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$disposed  final

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.impl.AsyncResultSingle$1 this
         0: .line 36
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.AsyncResultSingle$1.val$disposed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 37
            return
        end local 0 // io.vertx.reactivex.impl.AsyncResultSingle$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/impl/AsyncResultSingle$1;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.impl.AsyncResultSingle$1 this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.AsyncResultSingle$1.val$disposed:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ireturn
        end local 0 // io.vertx.reactivex.impl.AsyncResultSingle$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/impl/AsyncResultSingle$1;
}
SourceFile: "AsyncResultSingle.java"
EnclosingMethod: io.vertx.reactivex.impl.AsyncResultSingle.subscribeActual:(Lio/reactivex/SingleObserver;)V
NestHost: io.vertx.reactivex.impl.AsyncResultSingle
InnerClasses:
  io.vertx.reactivex.impl.AsyncResultSingle$1