public class io.vertx.groovy.core.Promise_GroovyStaticExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.core.Promise_GroovyStaticExtension
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.groovy.core.Promise_GroovyStaticExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.core.Promise_GroovyStaticExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/core/Promise_GroovyStaticExtension;

  public static <T> io.vertx.core.Promise<java.lang.Object> succeededPromise(io.vertx.core.Promise<java.lang.Object>, );
    descriptor: (Lio/vertx/core/Promise;Ljava/lang/Object;)Lio/vertx/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.Promise j_receiver
        start local 1 // java.lang.Object result
         0: .line 4
            aload 1 /* result */
            invokestatic io.vertx.core.impl.ConversionHelper.toObject:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic io.vertx.core.Promise.succeededPromise:(Ljava/lang/Object;)Lio/vertx/core/Promise;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            areturn
        end local 1 // java.lang.Object result
        end local 0 // io.vertx.core.Promise j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  j_receiver  Lio/vertx/core/Promise<Ljava/lang/Object;>;
            0    1     1      result  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Promise<Ljava/lang/Object;>;Ljava/lang/Object;)Lio/vertx/core/Promise<Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
      result      
}
SourceFile: "Promise_GroovyStaticExtension.java"