public class io.vertx.rxjava.core.Future<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.Future
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.Future> __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/Future;>;

  private final io.vertx.core.Future<T> delegate;
    descriptor: Lio/vertx/core/Future;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Future<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.core.Handler<io.vertx.core.AsyncResult<T>> cached_0;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 55
            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/Future.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 56
            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/Future.getDelegate()Lio/vertx/core/Future; (5)
                  (Lio/vertx/rxjava/core/Future;)Ljava/lang/Object;
         2: .line 55
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.Future.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 57
            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.Future this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Future<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.Future this
        start local 1 // java.lang.Object o
         0: .line 44
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 45
      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 46
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.Future
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.Future that
         4: .line 47
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.Future that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/Future;
    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.Future this
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Future<TT;>;

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

  public void <init>(io.vertx.core.Future, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/Future;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.Future this
        start local 1 // io.vertx.core.Future delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
         2: .line 68
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.vertx.rxjava.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 69
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // io.vertx.core.Future delegate
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/rxjava/core/Future<TT;>;
            0    4     1   delegate  Lio/vertx/core/Future;
            0    4     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: (Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg<TT;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  

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

  public static <T> io.vertx.rxjava.core.Future<T> future(io.vertx.core.Handler<io.vertx.rxjava.core.Promise<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.Handler handler
         0: .line 81
            new io.vertx.rxjava.core.Future$1
            dup
            aload 0 /* handler */
            invokespecial io.vertx.rxjava.core.Future$1.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.core.Future.future:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
         1: .line 85
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
         2: .line 81
            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 86
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future ret
        end local 0 // io.vertx.core.Handler handler
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;
            3    4     1      ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/rxjava/core/Promise<TT;>;>;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public static <T> io.vertx.rxjava.core.Future<T> future();
    descriptor: ()Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 95
            invokestatic io.vertx.core.Future.future:()Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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 0 /* ret */
        start local 0 // io.vertx.rxjava.core.Future ret
         1: .line 96
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.Future ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/rxjava/core/Future<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static <T> io.vertx.rxjava.core.Future<T> succeededFuture();
    descriptor: ()Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 104
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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 0 /* ret */
        start local 0 // io.vertx.rxjava.core.Future ret
         1: .line 105
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.Future ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/rxjava/core/Future<TT;>;

  public static <T> io.vertx.rxjava.core.Future<T> succeededFuture(T);
    descriptor: (Ljava/lang/Object;)Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Object result
         0: .line 114
            aload 0 /* result */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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
         1: .line 115
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future 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/Future<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
        Name  Flags
      result  

  public static <T> io.vertx.rxjava.core.Future<T> failedFuture(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 124
            aload 0 /* t */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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
         1: .line 125
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future ret
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     t  Ljava/lang/Throwable;
            1    2     1   ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Throwable;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
      Name  Flags
      t     

  public static <T> io.vertx.rxjava.core.Future<T> failedFuture(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String failureMessage
         0: .line 134
            aload 0 /* failureMessage */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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
         1: .line 135
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future 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/Future<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
                Name  Flags
      failureMessage  

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

  public io.vertx.rxjava.core.Future<T> setHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // io.vertx.core.Handler handler
         0: .line 158
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            new io.vertx.rxjava.core.Future$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.Future$2.<init>:(Lio/vertx/rxjava/core/Future;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public rx.Observable<T> setHandlerObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Future this
         0: .line 180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: ()Lrx/Observable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public rx.Single<T> rxSetHandler();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.Future this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: ()Lrx/Single<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.Future this
        start local 1 // java.lang.Object result
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__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.Future.complete:(Ljava/lang/Object;)V
         1: .line 205
            return
        end local 1 // java.lang.Object result
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  result  TT;
    Signature: (TT;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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.Future this
         0: .line 212
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.complete:()V
         1: .line 213
            return
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Future<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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.Future this
        start local 1 // java.lang.Throwable cause
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 1 /* cause */
            invokeinterface io.vertx.core.Future.fail:(Ljava/lang/Throwable;)V
         1: .line 222
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  cause  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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.Future this
        start local 1 // java.lang.String failureMessage
         0: .line 230
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 1 /* failureMessage */
            invokeinterface io.vertx.core.Future.fail:(Ljava/lang/String;)V
         1: .line 231
            return
        end local 1 // java.lang.String failureMessage
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  failureMessage  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      failureMessage  

  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.Future this
        start local 1 // java.lang.Object result
         0: .line 240
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__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.Future.tryComplete:(Ljava/lang/Object;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 241
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Object result
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  result  TT;
            1    2     2     ret  Z
    Signature: (TT;)Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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.Future this
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.tryComplete:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 251
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            1    2     1   ret  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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.Future this
        start local 1 // java.lang.Throwable cause
         0: .line 261
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 1 /* cause */
            invokeinterface io.vertx.core.Future.tryFail:(Ljava/lang/Throwable;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 262
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  cause  Ljava/lang/Throwable;
            1    2     2    ret  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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.Future this
        start local 1 // java.lang.String failureMessage
         0: .line 272
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 1 /* failureMessage */
            invokeinterface io.vertx.core.Future.tryFail:(Ljava/lang/String;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 273
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.String failureMessage
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  failureMessage  Ljava/lang/String;
            1    2     2             ret  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      failureMessage  

  public T result();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Future this
         0: .line 281
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.result:()Ljava/lang/Object;
            invokevirtual io.vertx.lang.rx.TypeArg.wrap:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* ret */
        start local 1 // java.lang.Object ret
         1: .line 282
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Object ret
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            1    2     1   ret  TT;
    Signature: ()TT;

  public java.lang.Throwable cause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Future this
         0: .line 290
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.cause:()Ljava/lang/Throwable;
            astore 1 /* ret */
        start local 1 // java.lang.Throwable ret
         1: .line 291
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.Throwable ret
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            1    2     1   ret  Ljava/lang/Throwable;

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

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

  public <U> io.vertx.rxjava.core.Future<U> compose(java.util.function.Function<T, io.vertx.rxjava.core.Future<U>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // java.util.function.Function mapper
         0: .line 327
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            new io.vertx.rxjava.core.Future$3
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.Future$3.<init>:(Lio/vertx/rxjava/core/Future;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 332
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
         2: .line 327
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 333
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/Future<TT;>;
            0    4     1  mapper  Ljava/util/function/Function<TT;Lio/vertx/rxjava/core/Future<TU;>;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<TT;Lio/vertx/rxjava/core/Future<TU;>;>;)Lio/vertx/rxjava/core/Future<TU;>;
    MethodParameters:
        Name  Flags
      mapper  

  public <U> io.vertx.rxjava.core.Future<U> map(java.util.function.Function<T, U>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // java.util.function.Function mapper
         0: .line 350
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            new io.vertx.rxjava.core.Future$4
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.Future$4.<init>:(Lio/vertx/rxjava/core/Future;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 355
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
         2: .line 350
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 356
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/Future<TT;>;
            0    4     1  mapper  Ljava/util/function/Function<TT;TU;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<TT;TU;>;)Lio/vertx/rxjava/core/Future<TU;>;
    MethodParameters:
        Name  Flags
      mapper  

  public <V> io.vertx.rxjava.core.Future<V> map(V);
    descriptor: (Ljava/lang/Object;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // java.lang.Object value
         0: .line 369
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 1 /* value */
            invokeinterface io.vertx.core.Future.map:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         1: .line 370
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  value  TV;
            1    2     2    ret  Lio/vertx/rxjava/core/Future<TV;>;
    Signature: <V:Ljava/lang/Object;>(TV;)Lio/vertx/rxjava/core/Future<TV;>;
    MethodParameters:
       Name  Flags
      value  

  public <V> io.vertx.rxjava.core.Future<V> mapEmpty();
    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.Future this
         0: .line 384
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.mapEmpty:()Lio/vertx/core/Future;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()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
         1: .line 385
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future ret
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            1    2     1   ret  Lio/vertx/rxjava/core/Future<TV;>;
    Signature: <V:Ljava/lang/Object;>()Lio/vertx/rxjava/core/Future<TV;>;

  public io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> completer();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.Future this
         0: .line 393
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.cached_0:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 394
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.cached_0:Lio/vertx/core/Handler;
            areturn
         2: .line 396
      StackMap locals:
      StackMap stack:
            new io.vertx.rxjava.core.Future$5
            dup
            aload 0 /* this */
            invokespecial io.vertx.rxjava.core.Future$5.<init>:(Lio/vertx/rxjava/core/Future;)V
            astore 1 /* ret */
        start local 1 // io.vertx.core.Handler ret
         3: .line 405
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.Future.cached_0:Lio/vertx/core/Handler;
         4: .line 406
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.Handler ret
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            3    5     1   ret  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.rxjava.core.Future<T> recover(java.util.function.Function<java.lang.Throwable, io.vertx.rxjava.core.Future<T>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // java.util.function.Function mapper
         0: .line 416
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            new io.vertx.rxjava.core.Future$6
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.Future$6.<init>:(Lio/vertx/rxjava/core/Future;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.Future.recover:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 421
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         2: .line 416
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 422
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/Future<TT;>;
            0    4     1  mapper  Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/rxjava/core/Future<TT;>;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: (Ljava/util/function/Function<Ljava/lang/Throwable;Lio/vertx/rxjava/core/Future<TT;>;>;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
        Name  Flags
      mapper  

  public io.vertx.rxjava.core.Future<T> otherwise(java.util.function.Function<java.lang.Throwable, T>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // java.util.function.Function mapper
         0: .line 439
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            new io.vertx.rxjava.core.Future$7
            dup
            aload 0 /* this */
            aload 1 /* mapper */
            invokespecial io.vertx.rxjava.core.Future$7.<init>:(Lio/vertx/rxjava/core/Future;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.Future.otherwise:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         1: .line 444
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         2: .line 439
            invokestatic io.vertx.rxjava.core.Future.newInstance:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         3: .line 445
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/rxjava/core/Future<TT;>;
            0    4     1  mapper  Ljava/util/function/Function<Ljava/lang/Throwable;TT;>;
            3    4     2     ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: (Ljava/util/function/Function<Ljava/lang/Throwable;TT;>;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
        Name  Flags
      mapper  

  public io.vertx.rxjava.core.Future<T> otherwise(T);
    descriptor: (Ljava/lang/Object;)Lio/vertx/rxjava/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.Future this
        start local 1 // java.lang.Object value
         0: .line 458
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 1 /* value */
            invokevirtual io.vertx.lang.rx.TypeArg.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Future.otherwise:(Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__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 2 /* ret */
        start local 2 // io.vertx.rxjava.core.Future ret
         1: .line 459
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.Future ret
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/Future<TT;>;
            0    2     1  value  TT;
            1    2     2    ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: (TT;)Lio/vertx/rxjava/core/Future<TT;>;
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.rxjava.core.Future<T> otherwiseEmpty();
    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.Future this
         0: .line 473
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.delegate:Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.otherwiseEmpty:()Lio/vertx/core/Future;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.Future.__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
         1: .line 474
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.Future ret
        end local 0 // io.vertx.rxjava.core.Future this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/Future<TT;>;
            1    2     1   ret  Lio/vertx/rxjava/core/Future<TT;>;
    Signature: ()Lio/vertx/rxjava/core/Future<TT;>;

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

  public static <T> io.vertx.rxjava.core.Future<T> newInstance(io.vertx.core.Future, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/Future;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Future arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
         0: .line 484
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.Future
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.vertx.rxjava.core.Future.<init>:(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.Future
         2: areturn
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
        end local 0 // io.vertx.core.Future arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/vertx/core/Future;
            0    3     1  __typeArg_T  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Future;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/rxjava/core/Future<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 55
            new io.vertx.rxjava.core.Future
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.Future
            invokespecial io.vertx.rxjava.core.Future.<init>:(Lio/vertx/core/Future;)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: "Future.java"
NestMembers:
  io.vertx.rxjava.core.Future$1  io.vertx.rxjava.core.Future$2  io.vertx.rxjava.core.Future$3  io.vertx.rxjava.core.Future$4  io.vertx.rxjava.core.Future$5  io.vertx.rxjava.core.Future$6  io.vertx.rxjava.core.Future$7
InnerClasses:
  io.vertx.rxjava.core.Future$1
  io.vertx.rxjava.core.Future$2
  io.vertx.rxjava.core.Future$3
  io.vertx.rxjava.core.Future$4
  io.vertx.rxjava.core.Future$5
  io.vertx.rxjava.core.Future$6
  io.vertx.rxjava.core.Future$7
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/Future;)