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

  void <init>(io.vertx.core.impl.future.ComposeTransformation);
    descriptor: (Lio/vertx/core/impl/future/ComposeTransformation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.ComposeTransformation$1 this
         0: .line 59
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.future.ComposeTransformation$1.this$0:Lio/vertx/core/impl/future/ComposeTransformation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.impl.future.ComposeTransformation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/ComposeTransformation$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.ComposeTransformation$1 this
        start local 1 // java.lang.Object value
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.core.impl.future.ComposeTransformation$1.this$0:Lio/vertx/core/impl/future/ComposeTransformation;
            aload 1 /* value */
            invokevirtual io.vertx.core.impl.future.ComposeTransformation.tryComplete:(Ljava/lang/Object;)Z
            pop
         1: .line 63
            return
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.impl.future.ComposeTransformation$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/impl/future/ComposeTransformation$1;
            0    2     1  value  TU;
    Signature: (TU;)V
    MethodParameters:
       Name  Flags
      value  

  public void onFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.ComposeTransformation$1 this
        start local 1 // java.lang.Throwable failure
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.core.impl.future.ComposeTransformation$1.this$0:Lio/vertx/core/impl/future/ComposeTransformation;
            aload 1 /* failure */
            invokevirtual io.vertx.core.impl.future.ComposeTransformation.tryFail:(Ljava/lang/Throwable;)Z
            pop
         1: .line 67
            return
        end local 1 // java.lang.Throwable failure
        end local 0 // io.vertx.core.impl.future.ComposeTransformation$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/future/ComposeTransformation$1;
            0    2     1  failure  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      failure  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.AsyncResult
            invokeinterface io.vertx.core.impl.future.Listener.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/impl/future/Listener<TU;>;
SourceFile: "ComposeTransformation.java"
EnclosingMethod: io.vertx.core.impl.future.ComposeTransformation.newListener:()Lio/vertx/core/impl/future/Listener;
NestHost: io.vertx.core.impl.future.ComposeTransformation
InnerClasses:
  io.vertx.core.impl.future.ComposeTransformation$1