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

  public io.vertx.core.Future<io.vertx.core.CompositeFuture> apply(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.CompositeFuture$4 this
        start local 1 // java.lang.Throwable arg
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.rxjava.core.CompositeFuture$4.val$mapper:Ljava/util/function/Function;
            aload 1 /* arg */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.rxjava.core.Future
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         1: .line 179
            aload 2 /* ret */
            invokevirtual io.vertx.rxjava.core.Future.getDelegate:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.lang.Throwable arg
        end local 0 // io.vertx.rxjava.core.CompositeFuture$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/CompositeFuture$4;
            0    2     1   arg  Ljava/lang/Throwable;
            1    2     2   ret  Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/CompositeFuture;>;
    Signature: (Ljava/lang/Throwable;)Lio/vertx/core/Future<Lio/vertx/core/CompositeFuture;>;
    MethodParameters:
      Name  Flags
      arg   

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Throwable
            invokevirtual io.vertx.rxjava.core.CompositeFuture$4.apply:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/core/Future<Lio/vertx/core/CompositeFuture;>;>;
SourceFile: "CompositeFuture.java"
EnclosingMethod: io.vertx.rxjava.core.CompositeFuture.recover:(Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
NestHost: io.vertx.rxjava.core.CompositeFuture
InnerClasses:
  io.vertx.rxjava.core.CompositeFuture$4