class io.vertx.core.impl.future.FutureImpl<T> extends io.vertx.core.impl.future.FutureBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.future.FutureImpl
  super_class: io.vertx.core.impl.future.FutureBase
{
  private static final java.lang.Object NULL_VALUE;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.impl.future.Listener<T> listener;
    descriptor: Lio/vertx/core/impl/future/Listener;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/impl/future/Listener<TT;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic io.vertx.core.impl.future.FutureImpl.NULL_VALUE:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 40
            aload 0 /* this */
            invokespecial io.vertx.core.impl.future.FutureBase.<init>:()V
         1: .line 41
            return
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;

  void <init>(io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // io.vertx.core.impl.ContextInternal context
         0: .line 47
            aload 0 /* this */
            aload 1 /* context */
            invokespecial io.vertx.core.impl.future.FutureBase.<init>:(Lio/vertx/core/impl/ContextInternal;)V
         1: .line 48
            return
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0    2     1  context  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
         Name  Flags
      context  

  public synchronized T result();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            instanceof java.lang.Throwable
            ifeq 1
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            getstatic io.vertx.core.impl.future.FutureImpl.NULL_VALUE:Ljava/lang/Object;
            if_acmpne 2
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
    Signature: ()TT;

  public synchronized java.lang.Throwable cause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            instanceof java.lang.Throwable
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            checkcast java.lang.Throwable
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: areturn
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;

  public synchronized boolean succeeded();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            instanceof java.lang.Throwable
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;

  public synchronized boolean failed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            instanceof java.lang.Throwable
            ireturn
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;

  public synchronized boolean isComplete();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;

  public io.vertx.core.Future<T> onSuccess(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 87
            aload 1 /* handler */
            ldc "No null handler accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 88
            aload 0 /* this */
            new io.vertx.core.impl.future.FutureImpl$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.impl.future.FutureImpl$1.<init>:(Lio/vertx/core/impl/future/FutureImpl;Lio/vertx/core/Handler;)V
            invokevirtual io.vertx.core.impl.future.FutureImpl.addListener:(Lio/vertx/core/impl/future/Listener;)V
         2: .line 97
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0    3     1  handler  Lio/vertx/core/Handler<TT;>;
    Signature: (Lio/vertx/core/Handler<TT;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.Future<T> onFailure(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 102
            aload 1 /* handler */
            ldc "No null handler accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 103
            aload 0 /* this */
            new io.vertx.core.impl.future.FutureImpl$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.impl.future.FutureImpl$2.<init>:(Lio/vertx/core/impl/future/FutureImpl;Lio/vertx/core/Handler;)V
            invokevirtual io.vertx.core.impl.future.FutureImpl.addListener:(Lio/vertx/core/impl/future/Listener;)V
         2: .line 112
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0    3     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.Future<T> onComplete(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 117
            aload 1 /* handler */
            ldc "No null handler accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 119
            aload 1 /* handler */
            instanceof io.vertx.core.impl.future.Listener
            ifeq 4
         2: .line 120
            aload 1 /* handler */
            checkcast io.vertx.core.impl.future.Listener
            astore 2 /* listener */
        start local 2 // io.vertx.core.impl.future.Listener listener
         3: .line 121
            goto 5
        end local 2 // io.vertx.core.impl.future.Listener listener
         4: .line 122
      StackMap locals:
      StackMap stack:
            new io.vertx.core.impl.future.FutureImpl$3
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.impl.future.FutureImpl$3.<init>:(Lio/vertx/core/impl/future/FutureImpl;Lio/vertx/core/Handler;)V
            astore 2 /* listener */
        start local 2 // io.vertx.core.impl.future.Listener listener
         5: .line 133
      StackMap locals: io.vertx.core.impl.future.Listener
      StackMap stack:
            aload 0 /* this */
            aload 2 /* listener */
            invokevirtual io.vertx.core.impl.future.FutureImpl.addListener:(Lio/vertx/core/impl/future/Listener;)V
         6: .line 134
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.impl.future.Listener listener
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0    7     1   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
            3    4     2  listener  Lio/vertx/core/impl/future/Listener<TT;>;
            5    7     2  listener  Lio/vertx/core/impl/future/Listener<TT;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public void addListener(io.vertx.core.impl.future.Listener<T>);
    descriptor: (Lio/vertx/core/impl/future/Listener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // io.vertx.core.impl.future.Listener listener
         0: .line 140
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 141
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         2: .line 142
            aload 2 /* v */
            ifnonnull 15
         3: .line 143
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
            ifnonnull 6
         4: .line 144
            aload 0 /* this */
            aload 1 /* listener */
            putfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
         5: .line 145
            goto 13
         6: .line 147
      StackMap locals: java.lang.Object io.vertx.core.impl.future.FutureImpl
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
            instanceof io.vertx.core.impl.future.FutureImpl$ListenerArray
            ifeq 9
         7: .line 148
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
            checkcast io.vertx.core.impl.future.FutureImpl$ListenerArray
            astore 4 /* listeners */
        start local 4 // io.vertx.core.impl.future.FutureImpl$ListenerArray listeners
         8: .line 149
            goto 12
        end local 4 // io.vertx.core.impl.future.FutureImpl$ListenerArray listeners
         9: .line 150
      StackMap locals:
      StackMap stack:
            new io.vertx.core.impl.future.FutureImpl$ListenerArray
            dup
            invokespecial io.vertx.core.impl.future.FutureImpl$ListenerArray.<init>:()V
            astore 4 /* listeners */
        start local 4 // io.vertx.core.impl.future.FutureImpl$ListenerArray listeners
        10: .line 151
            aload 4 /* listeners */
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
            invokevirtual io.vertx.core.impl.future.FutureImpl$ListenerArray.add:(Ljava/lang/Object;)Z
            pop
        11: .line 152
            aload 0 /* this */
            aload 4 /* listeners */
            putfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
        12: .line 154
      StackMap locals: io.vertx.core.impl.future.FutureImpl$ListenerArray
      StackMap stack:
            aload 4 /* listeners */
            aload 1 /* listener */
            invokevirtual io.vertx.core.impl.future.FutureImpl$ListenerArray.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // io.vertx.core.impl.future.FutureImpl$ListenerArray listeners
        13: .line 156
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        14: return
        15: .line 140
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        16: goto 19
        end local 2 // java.lang.Object v
      StackMap locals: io.vertx.core.impl.future.FutureImpl io.vertx.core.impl.future.Listener top io.vertx.core.impl.future.FutureImpl
      StackMap stack: java.lang.Throwable
        17: aload 3
            monitorexit
        18: athrow
        start local 2 // java.lang.Object v
        19: .line 159
      StackMap locals: io.vertx.core.impl.future.FutureImpl io.vertx.core.impl.future.Listener java.lang.Object
      StackMap stack:
            aload 2 /* v */
            instanceof java.lang.Throwable
            ifeq 22
        20: .line 160
            aload 0 /* this */
            aload 2 /* v */
            checkcast java.lang.Throwable
            aload 1 /* listener */
            invokevirtual io.vertx.core.impl.future.FutureImpl.emitFailure:(Ljava/lang/Throwable;Lio/vertx/core/impl/future/Listener;)V
        21: .line 161
            goto 25
        22: .line 162
      StackMap locals:
      StackMap stack:
            aload 2 /* v */
            getstatic io.vertx.core.impl.future.FutureImpl.NULL_VALUE:Ljava/lang/Object;
            if_acmpne 24
        23: .line 163
            aconst_null
            astore 2 /* v */
        24: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* v */
            aload 1 /* listener */
            invokevirtual io.vertx.core.impl.future.FutureImpl.emitSuccess:(Ljava/lang/Object;Lio/vertx/core/impl/future/Listener;)V
        25: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object v
        end local 1 // io.vertx.core.impl.future.Listener listener
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0   26     1   listener  Lio/vertx/core/impl/future/Listener<TT;>;
            2   17     2          v  Ljava/lang/Object;
           19   26     2          v  Ljava/lang/Object;
            8    9     4  listeners  Lio/vertx/core/impl/future/FutureImpl$ListenerArray<TT;>;
           10   13     4  listeners  Lio/vertx/core/impl/future/FutureImpl$ListenerArray<TT;>;
      Exception table:
        from    to  target  type
           1    14      17  any
          15    16      17  any
          17    18      17  any
    Signature: (Lio/vertx/core/impl/future/Listener<TT;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public boolean tryComplete();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // java.lang.Object result
         0: .line 171
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 172
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            ifnull 4
         2: .line 173
            aload 3
            monitorexit
         3: iconst_0
            ireturn
         4: .line 175
      StackMap locals: io.vertx.core.impl.future.FutureImpl java.lang.Object top io.vertx.core.impl.future.FutureImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* result */
            ifnonnull 5
            getstatic io.vertx.core.impl.future.FutureImpl.NULL_VALUE:Ljava/lang/Object;
            goto 6
      StackMap locals:
      StackMap stack: io.vertx.core.impl.future.FutureImpl
         5: aload 1 /* result */
      StackMap locals: io.vertx.core.impl.future.FutureImpl java.lang.Object top io.vertx.core.impl.future.FutureImpl
      StackMap stack: io.vertx.core.impl.future.FutureImpl java.lang.Object
         6: putfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
         7: .line 176
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
            astore 2 /* l */
        start local 2 // io.vertx.core.impl.future.Listener l
         8: .line 177
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
         9: .line 171
            aload 3
            monitorexit
        10: goto 13
        end local 2 // io.vertx.core.impl.future.Listener l
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 3
            monitorexit
        12: athrow
        start local 2 // io.vertx.core.impl.future.Listener l
        13: .line 179
      StackMap locals: io.vertx.core.impl.future.FutureImpl java.lang.Object io.vertx.core.impl.future.Listener
      StackMap stack:
            aload 2 /* l */
            ifnull 15
        14: .line 180
            aload 0 /* this */
            aload 1 /* result */
            aload 2 /* l */
            invokevirtual io.vertx.core.impl.future.FutureImpl.emitSuccess:(Ljava/lang/Object;Lio/vertx/core/impl/future/Listener;)V
        15: .line 182
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.impl.future.Listener l
        end local 1 // java.lang.Object result
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0   16     1  result  TT;
            8   11     2       l  Lio/vertx/core/impl/future/Listener<TT;>;
           13   16     2       l  Lio/vertx/core/impl/future/Listener<TT;>;
      Exception table:
        from    to  target  type
           1     3      11  any
           4    10      11  any
          11    12      11  any
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      result  

  public boolean tryFail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.impl.future.FutureImpl this
        start local 1 // java.lang.Throwable cause
         0: .line 186
            aload 1 /* cause */
            ifnonnull 2
         1: .line 187
            new io.vertx.core.impl.NoStackTraceThrowable
            dup
            aconst_null
            invokespecial io.vertx.core.impl.NoStackTraceThrowable.<init>:(Ljava/lang/String;)V
            astore 1 /* cause */
         2: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         3: .line 191
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            ifnull 6
         4: .line 192
            aload 3
            monitorexit
         5: iconst_0
            ireturn
         6: .line 194
      StackMap locals: io.vertx.core.impl.future.FutureImpl java.lang.Throwable top io.vertx.core.impl.future.FutureImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
         7: .line 195
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
            astore 2 /* l */
        start local 2 // io.vertx.core.impl.future.Listener l
         8: .line 196
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.impl.future.FutureImpl.listener:Lio/vertx/core/impl/future/Listener;
         9: .line 190
            aload 3
            monitorexit
        10: goto 13
        end local 2 // io.vertx.core.impl.future.Listener l
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 3
            monitorexit
        12: athrow
        start local 2 // io.vertx.core.impl.future.Listener l
        13: .line 198
      StackMap locals: io.vertx.core.impl.future.FutureImpl java.lang.Throwable io.vertx.core.impl.future.Listener
      StackMap stack:
            aload 2 /* l */
            ifnull 15
        14: .line 199
            aload 0 /* this */
            aload 1 /* cause */
            aload 2 /* l */
            invokevirtual io.vertx.core.impl.future.FutureImpl.emitFailure:(Ljava/lang/Throwable;Lio/vertx/core/impl/future/Listener;)V
        15: .line 201
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.impl.future.Listener l
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
            0   16     1  cause  Ljava/lang/Throwable;
            8   11     2      l  Lio/vertx/core/impl/future/Listener<TT;>;
           13   16     2      l  Lio/vertx/core/impl/future/Listener<TT;>;
      Exception table:
        from    to  target  type
           3     5      11  any
           6    10      11  any
          11    12      11  any
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.impl.future.FutureImpl this
         0: .line 206
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 207
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            instanceof java.lang.Throwable
            ifeq 4
         2: .line 208
            new java.lang.StringBuilder
            dup
            ldc "Future{cause="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            checkcast java.lang.Throwable
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1
            monitorexit
         3: areturn
         4: .line 210
      StackMap locals: io.vertx.core.impl.future.FutureImpl
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            ifnull 9
         5: .line 211
            new java.lang.StringBuilder
            dup
            ldc "Future{result="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
            getstatic io.vertx.core.impl.future.FutureImpl.NULL_VALUE:Ljava/lang/Object;
            if_acmpne 6
            ldc "null"
            goto 7
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         6: aload 0 /* this */
            getfield io.vertx.core.impl.future.FutureImpl.value:Ljava/lang/Object;
      StackMap locals: io.vertx.core.impl.future.FutureImpl io.vertx.core.impl.future.FutureImpl
      StackMap stack: java.lang.StringBuilder java.lang.Object
         7: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1
            monitorexit
         8: areturn
         9: .line 213
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        10: ldc "Future{unresolved}"
            areturn
        11: .line 206
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        12: athrow
        end local 0 // io.vertx.core.impl.future.FutureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/vertx/core/impl/future/FutureImpl<TT;>;
      Exception table:
        from    to  target  type
           1     3      11  any
           4     8      11  any
           9    10      11  any
          11    12      11  any
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/core/impl/future/FutureBase<TT;>;
SourceFile: "FutureImpl.java"
NestMembers:
  io.vertx.core.impl.future.FutureImpl$1  io.vertx.core.impl.future.FutureImpl$2  io.vertx.core.impl.future.FutureImpl$3  io.vertx.core.impl.future.FutureImpl$ListenerArray
InnerClasses:
  io.vertx.core.impl.future.FutureImpl$1
  io.vertx.core.impl.future.FutureImpl$2
  io.vertx.core.impl.future.FutureImpl$3
  private ListenerArray = io.vertx.core.impl.future.FutureImpl$ListenerArray of io.vertx.core.impl.future.FutureImpl