class io.vertx.core.impl.future.EventuallyTransformation$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.EventuallyTransformation$1
  super_class: java.lang.Object
{
  final io.vertx.core.impl.future.EventuallyTransformation this$0;
    descriptor: Lio/vertx/core/impl/future/EventuallyTransformation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.impl.future.EventuallyTransformation);
    descriptor: (Lio/vertx/core/impl/future/EventuallyTransformation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.EventuallyTransformation$1 this
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.future.EventuallyTransformation$1.this$0:Lio/vertx/core/impl/future/EventuallyTransformation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.impl.future.EventuallyTransformation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/EventuallyTransformation$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.EventuallyTransformation$1 this
        start local 1 // java.lang.Object value
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.core.impl.future.EventuallyTransformation$1.this$0:Lio/vertx/core/impl/future/EventuallyTransformation;
            aload 1 /* value */
            invokevirtual io.vertx.core.impl.future.EventuallyTransformation.tryComplete:(Ljava/lang/Object;)Z
            pop
         1: .line 61
            return
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.impl.future.EventuallyTransformation$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/impl/future/EventuallyTransformation$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.EventuallyTransformation$1 this
        start local 1 // java.lang.Throwable failure
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.core.impl.future.EventuallyTransformation$1.this$0:Lio/vertx/core/impl/future/EventuallyTransformation;
            aload 1 /* failure */
            invokevirtual io.vertx.core.impl.future.EventuallyTransformation.tryFail:(Ljava/lang/Throwable;)Z
            pop
         1: .line 65
            return
        end local 1 // java.lang.Throwable failure
        end local 0 // io.vertx.core.impl.future.EventuallyTransformation$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/future/EventuallyTransformation$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: "EventuallyTransformation.java"
EnclosingMethod: io.vertx.core.impl.future.EventuallyTransformation.newListener:()Lio/vertx/core/impl/future/Listener;
NestHost: io.vertx.core.impl.future.EventuallyTransformation
InnerClasses:
  io.vertx.core.impl.future.EventuallyTransformation$1