class io.vertx.core.AsyncResult$1 implements io.vertx.core.AsyncResult<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.AsyncResult$1
  super_class: java.lang.Object
{
  final io.vertx.core.AsyncResult this$0;
    descriptor: Lio/vertx/core/AsyncResult;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.function.Function val$mapper;
    descriptor: Ljava/util/function/Function;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.AsyncResult, java.util.function.Function);
    descriptor: (Lio/vertx/core/AsyncResult;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.AsyncResult$1 this
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.AsyncResult$1.this$0:Lio/vertx/core/AsyncResult;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.AsyncResult$1.val$mapper:Ljava/util/function/Function;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.AsyncResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AsyncResult$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$mapper  final

  public U result();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult$1 this
         0: .line 76
            aload 0 /* this */
            invokevirtual io.vertx.core.AsyncResult$1.succeeded:()Z
            ifeq 2
         1: .line 77
            aload 0 /* this */
            getfield io.vertx.core.AsyncResult$1.val$mapper:Ljava/util/function/Function;
            aload 0 /* this */
            getfield io.vertx.core.AsyncResult$1.this$0:Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.vertx.core.AsyncResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/AsyncResult$1;
    Signature: ()TU;

  public java.lang.Throwable cause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult$1 this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.core.AsyncResult$1.this$0:Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            areturn
        end local 0 // io.vertx.core.AsyncResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AsyncResult$1;

  public boolean succeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult$1 this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.core.AsyncResult$1.this$0:Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ireturn
        end local 0 // io.vertx.core.AsyncResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AsyncResult$1;

  public boolean failed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult$1 this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.core.AsyncResult$1.this$0:Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ireturn
        end local 0 // io.vertx.core.AsyncResult$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/AsyncResult$1;
}
Signature: Ljava/lang/Object;Lio/vertx/core/AsyncResult<TU;>;
SourceFile: "AsyncResult.java"
EnclosingMethod: io.vertx.core.AsyncResult.map:(Ljava/util/function/Function;)Lio/vertx/core/AsyncResult;
NestHost: io.vertx.core.AsyncResult
InnerClasses:
  io.vertx.core.AsyncResult$1