public class io.vertx.rxjava.core.Promise<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.Promise
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.Promise> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/Promise;>;

  private final io.vertx.core.Promise<T> delegate;
    descriptor: Lio/vertx/core/Promise;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Promise<TT;>;

  public final io.vertx.lang.rx.TypeArg<T> __typeArg_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<TT;>;

  private io.vertx.rxjava.core.Future<T> cached_0;
    descriptor: Lio/vertx/rxjava/core/Future;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/rxjava/core/Future<TT;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 58
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/Promise.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 59
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/Promise.getDelegate()Lio/vertx/core/Promise; (5)
                  (Lio/vertx/rxjava/core/Promise;)Ljava/lang/Object;
         2: .line 58
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.Promise.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Promise this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Promise<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // java.lang.Object o
         0: .line 47
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.Promise
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.Promise that
         4: .line 50
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.Promise that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/Promise;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Promise this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Promise<TT;>;

  public void <init>(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // io.vertx.core.Promise delegate
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
         2: .line 67
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.vertx.rxjava.core.Promise.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            return
        end local 1 // io.vertx.core.Promise delegate
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    3     1  delegate  Lio/vertx/core/Promise;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(io.vertx.core.Promise, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // io.vertx.core.Promise delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
         2: .line 71
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.vertx.rxjava.core.Promise.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 72
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // io.vertx.core.Promise delegate
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    4     1   delegate  Lio/vertx/core/Promise;
            0    4     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: (Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg<TT;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  

  public io.vertx.core.Promise getDelegate();
    descriptor: ()Lio/vertx/core/Promise;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Promise this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            areturn
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Promise<TT;>;

  public static <T> io.vertx.rxjava.core.Promise<T> succeededPromise();
    descriptor: ()Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 83
            invokestatic io.vertx.core.Promise.succeededPromise:()Lio/vertx/core/Promise;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Promise.newInstance:(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Promise;
            astore 0 /* ret */
        start local 0 // io.vertx.rxjava.core.Promise ret
         1: .line 84
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.Promise ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/rxjava/core/Promise<TT;>;

  public static <T> io.vertx.rxjava.core.Promise<T> succeededPromise(T);
    descriptor: (Ljava/lang/Object;)Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Object result
         0: .line 93
            aload 0 /* result */
            invokestatic io.vertx.core.Promise.succeededPromise:(Ljava/lang/Object;)Lio/vertx/core/Promise;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Promise.newInstance:(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Promise;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Promise ret
         1: .line 94
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Promise ret
        end local 0 // java.lang.Object result
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  result  TT;
            1    2     1     ret  Lio/vertx/rxjava/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;)Lio/vertx/rxjava/core/Promise<TT;>;
    MethodParameters:
        Name  Flags
      result  

  public static <T> io.vertx.rxjava.core.Promise<T> failedPromise(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Throwable cause
         0: .line 103
            aload 0 /* cause */
            invokestatic io.vertx.core.Promise.failedPromise:(Ljava/lang/Throwable;)Lio/vertx/core/Promise;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Promise.newInstance:(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Promise;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Promise ret
         1: .line 104
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Promise ret
        end local 0 // java.lang.Throwable cause
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  cause  Ljava/lang/Throwable;
            1    2     1    ret  Lio/vertx/rxjava/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Throwable;)Lio/vertx/rxjava/core/Promise<TT;>;
    MethodParameters:
       Name  Flags
      cause  

  public static <T> io.vertx.rxjava.core.Promise<T> failedPromise(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String failureMessage
         0: .line 113
            aload 0 /* failureMessage */
            invokestatic io.vertx.core.Promise.failedPromise:(Ljava/lang/String;)Lio/vertx/core/Promise;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Promise.newInstance:(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Promise;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Promise ret
         1: .line 114
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Promise ret
        end local 0 // java.lang.String failureMessage
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0  failureMessage  Ljava/lang/String;
            1    2     1             ret  Lio/vertx/rxjava/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Lio/vertx/rxjava/core/Promise<TT;>;
    MethodParameters:
                Name  Flags
      failureMessage  

  public static <T> io.vertx.rxjava.core.Promise<T> promise();
    descriptor: ()Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 122
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Promise.newInstance:(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Promise;
            astore 0 /* ret */
        start local 0 // io.vertx.rxjava.core.Promise ret
         1: .line 123
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.Promise ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/Promise<TT;>;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/rxjava/core/Promise<TT;>;

  public void complete();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // java.lang.Object result
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 1 /* result */
            invokevirtual io.vertx.lang.rx.TypeArg.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         1: .line 134
            return
        end local 1 // java.lang.Object result
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    2     1  result  TT;
    Signature: (TT;)V
    MethodParameters:
        Name  Flags
      result  

  public void complete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Promise this
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.complete:()V
         1: .line 141
            return
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Promise<TT;>;

  public void fail(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.rxjava.core.Promise this
        start local 1 // java.lang.Throwable cause
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 1 /* cause */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         1: .line 149
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void fail(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // java.lang.String message
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 1 /* message */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
         1: .line 157
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public boolean tryComplete();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // java.lang.Object result
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 1 /* result */
            invokevirtual io.vertx.lang.rx.TypeArg.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Promise.tryComplete:(Ljava/lang/Object;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 167
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Object result
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    2     1  result  TT;
            1    2     2     ret  Z
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      result  

  public boolean tryComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Promise this
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.tryComplete:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 176
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Promise<TT;>;
            1    2     1   ret  Z

  public boolean tryFail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // java.lang.Throwable cause
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 1 /* cause */
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 187
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    2     1  cause  Ljava/lang/Throwable;
            1    2     2    ret  Z
    MethodParameters:
       Name  Flags
      cause  

  public boolean tryFail(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Promise this
        start local 1 // java.lang.String message
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            aload 1 /* message */
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/String;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 197
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.String message
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Promise<TT;>;
            0    2     1  message  Ljava/lang/String;
            1    2     2      ret  Z
    MethodParameters:
         Name  Flags
      message  

  public io.vertx.rxjava.core.Future<T> future();
    descriptor: ()Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Promise this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.cached_0:Lio/vertx/rxjava/core/Future;
            ifnull 2
         1: .line 205
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.cached_0:Lio/vertx/rxjava/core/Future;
            areturn
         2: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.delegate:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Promise.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.Future ret
         3: .line 208
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Promise.cached_0:Lio/vertx/rxjava/core/Future;
         4: .line 209
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future ret
        end local 0 // io.vertx.rxjava.core.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Promise<TT;>;
            3    5     1   ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: ()Lio/vertx/rxjava/core/Future<TT;>;

  public static <T> io.vertx.rxjava.core.Promise<T> newInstance(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Promise arg
         0: .line 215
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.Promise
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.Promise.<init>:(Lio/vertx/core/Promise;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.Promise
         2: areturn
        end local 0 // io.vertx.core.Promise arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/Promise;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Promise;)Lio/vertx/rxjava/core/Promise<TT;>;
    MethodParameters:
      Name  Flags
      arg   

  public static <T> io.vertx.rxjava.core.Promise<T> newInstance(io.vertx.core.Promise, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Promise arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
         0: .line 219
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.Promise
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.vertx.rxjava.core.Promise.<init>:(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.Promise
         2: areturn
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
        end local 0 // io.vertx.core.Promise arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/vertx/core/Promise;
            0    3     1  __typeArg_T  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Promise;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/rxjava/core/Promise<TT;>;
    MethodParameters:
             Name  Flags
      arg          
      __typeArg_T  

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 58
            new io.vertx.rxjava.core.Promise
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.Promise
            invokespecial io.vertx.rxjava.core.Promise.<init>:(Lio/vertx/core/Promise;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Promise.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/Promise;)