class io.vertx.reactivex.core.Future$4 implements java.util.function.Function<T, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.core.Future$4
  super_class: java.lang.Object
{
  final io.vertx.reactivex.core.Future this$0;
    descriptor: Lio/vertx/reactivex/core/Future;
    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.reactivex.core.Future, java.util.function.Function);
    descriptor: (Lio/vertx/reactivex/core/Future;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.Future$4 this
         0: .line 338
            aload 0 /* this */
            aload 1
            putfield io.vertx.reactivex.core.Future$4.this$0:Lio/vertx/reactivex/core/Future;
            aload 0 /* this */
            aload 2
            putfield io.vertx.reactivex.core.Future$4.val$mapper:Ljava/util/function/Function;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.reactivex.core.Future$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/Future$4;
    MethodParameters:
            Name  Flags
      this$0      final
      val$mapper  final

  public U apply();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Future$4 this
        start local 1 // java.lang.Object arg
         0: .line 340
            aload 0 /* this */
            getfield io.vertx.reactivex.core.Future$4.val$mapper:Ljava/util/function/Function;
            aload 0 /* this */
            getfield io.vertx.reactivex.core.Future$4.this$0:Lio/vertx/reactivex/core/Future;
            getfield io.vertx.reactivex.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 1 /* arg */
            invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 341
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // java.lang.Object arg
        end local 0 // io.vertx.reactivex.core.Future$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/Future$4;
            0    2     1   arg  TT;
            1    2     2   ret  TU;
    Signature: (TT;)TU;
    MethodParameters:
      Name  Flags
      arg   
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<TT;TU;>;
SourceFile: "Future.java"
EnclosingMethod: io.vertx.reactivex.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/reactivex/core/Future;
NestHost: io.vertx.reactivex.core.Future
InnerClasses:
  io.vertx.reactivex.core.Future$4