public final class io.vertx.core.impl.future.FailedFuture<T> extends io.vertx.core.impl.future.FutureBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.impl.future.FailedFuture
  super_class: io.vertx.core.impl.future.FutureBase
{
  private final java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // java.lang.Throwable t
         0: .line 36
            aload 0 /* this */
            aconst_null
            aload 1 /* t */
            invokespecial io.vertx.core.impl.future.FailedFuture.<init>:(Lio/vertx/core/impl/ContextInternal;Ljava/lang/Throwable;)V
         1: .line 37
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void <init>(io.vertx.core.impl.ContextInternal, java.lang.Throwable);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // io.vertx.core.impl.ContextInternal context
        start local 2 // java.lang.Throwable t
         0: .line 44
            aload 0 /* this */
            aload 1 /* context */
            invokespecial io.vertx.core.impl.future.FutureBase.<init>:(Lio/vertx/core/impl/ContextInternal;)V
         1: .line 45
            aload 0 /* this */
            aload 2 /* t */
            ifnull 2
            aload 2 /* t */
            goto 3
      StackMap locals: io.vertx.core.impl.future.FailedFuture io.vertx.core.impl.ContextInternal java.lang.Throwable
      StackMap stack: io.vertx.core.impl.future.FailedFuture
         2: new io.vertx.core.impl.NoStackTraceThrowable
            dup
            aconst_null
            invokespecial io.vertx.core.impl.NoStackTraceThrowable.<init>:(Ljava/lang/String;)V
      StackMap locals: io.vertx.core.impl.future.FailedFuture io.vertx.core.impl.ContextInternal java.lang.Throwable
      StackMap stack: io.vertx.core.impl.future.FailedFuture java.lang.Throwable
         3: putfield io.vertx.core.impl.future.FailedFuture.cause:Ljava/lang/Throwable;
         4: .line 46
            return
        end local 2 // java.lang.Throwable t
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    5     1  context  Lio/vertx/core/impl/ContextInternal;
            0    5     2        t  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      context  
      t        

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // java.lang.String failureMessage
         0: .line 53
            aload 0 /* this */
            aconst_null
            aload 1 /* failureMessage */
            invokespecial io.vertx.core.impl.future.FailedFuture.<init>:(Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;)V
         1: .line 54
            return
        end local 1 // java.lang.String failureMessage
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    2     1  failureMessage  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      failureMessage  

  public void <init>(io.vertx.core.impl.ContextInternal, java.lang.String);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // io.vertx.core.impl.ContextInternal context
        start local 2 // java.lang.String failureMessage
         0: .line 61
            aload 0 /* this */
            aload 1 /* context */
            new io.vertx.core.impl.NoStackTraceThrowable
            dup
            aload 2 /* failureMessage */
            invokespecial io.vertx.core.impl.NoStackTraceThrowable.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.core.impl.future.FailedFuture.<init>:(Lio/vertx/core/impl/ContextInternal;Ljava/lang/Throwable;)V
         1: .line 62
            return
        end local 2 // java.lang.String failureMessage
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    2     1         context  Lio/vertx/core/impl/ContextInternal;
            0    2     2  failureMessage  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      context         
      failureMessage  

  public boolean isComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FailedFuture this
         0: .line 66
            iconst_1
            ireturn
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;

  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=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // io.vertx.core.Handler handler
         0: .line 71
            aload 1 /* handler */
            instanceof io.vertx.core.impl.future.Listener
            ifeq 3
         1: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FailedFuture.cause:Ljava/lang/Throwable;
            aload 1 /* handler */
            checkcast io.vertx.core.impl.future.Listener
            invokevirtual io.vertx.core.impl.future.FailedFuture.emitFailure:(Ljava/lang/Throwable;Lio/vertx/core/impl/future/Listener;)V
         2: .line 73
            goto 4
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.vertx.core.impl.future.FailedFuture.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         4: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    5     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  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=1, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // io.vertx.core.Handler handler
         0: .line 81
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    1     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=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // io.vertx.core.Handler handler
         0: .line 86
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FailedFuture.cause:Ljava/lang/Throwable;
            aload 1 /* handler */
            invokevirtual io.vertx.core.impl.future.FailedFuture.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    2     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 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=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // io.vertx.core.impl.future.Listener listener
         0: .line 92
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FailedFuture.cause:Ljava/lang/Throwable;
            aload 1 /* listener */
            invokevirtual io.vertx.core.impl.future.FailedFuture.emitFailure:(Ljava/lang/Throwable;Lio/vertx/core/impl/future/Listener;)V
         1: .line 93
            return
        end local 1 // io.vertx.core.impl.future.Listener listener
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    2     1  listener  Lio/vertx/core/impl/future/Listener<TT;>;
    Signature: (Lio/vertx/core/impl/future/Listener<TT;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public T result();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FailedFuture this
         0: .line 97
            aconst_null
            areturn
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
    Signature: ()TT;

  public java.lang.Throwable cause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FailedFuture this
         0: .line 102
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FailedFuture.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;

  public boolean succeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FailedFuture this
         0: .line 107
            iconst_0
            ireturn
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;

  public boolean failed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FailedFuture this
         0: .line 112
            iconst_1
            ireturn
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;

  public <U> io.vertx.core.Future<U> map(java.util.function.Function<T, U>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // java.util.function.Function mapper
         0: .line 117
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function mapper
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    1     1  mapper  Ljava/util/function/Function<TT;TU;>;
    Signature: <U:Ljava/lang/Object;>(Ljava/util/function/Function<TT;TU;>;)Lio/vertx/core/Future<TU;>;
    MethodParameters:
        Name  Flags
      mapper  

  public <V> io.vertx.core.Future<V> map(V);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // java.lang.Object value
         0: .line 122
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    1     1  value  TV;
    Signature: <V:Ljava/lang/Object;>(TV;)Lio/vertx/core/Future<TV;>;
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.core.Future<T> otherwise(T);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.future.FailedFuture this
        start local 1 // java.lang.Object value
         0: .line 127
            new io.vertx.core.impl.future.SucceededFuture
            dup
            aload 0 /* this */
            getfield io.vertx.core.impl.future.FailedFuture.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* value */
            invokespecial io.vertx.core.impl.future.SucceededFuture.<init>:(Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/impl/future/FailedFuture<TT;>;
            0    1     1  value  TT;
    Signature: (TT;)Lio/vertx/core/Future<TT;>;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.future.FailedFuture this
         0: .line 132
            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.FailedFuture.cause:Ljava/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;
            areturn
        end local 0 // io.vertx.core.impl.future.FailedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/future/FailedFuture<TT;>;

  public io.vertx.core.Future eventually(java.util.function.Function);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.future.FutureBase.eventually:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.AsyncResult map(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/AsyncResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual io.vertx.core.impl.future.FailedFuture.map:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.AsyncResult map(java.util.function.Function);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/core/AsyncResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.function.Function
            invokevirtual io.vertx.core.impl.future.FailedFuture.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future compose(java.util.function.Function, java.util.function.Function);
    descriptor: (Ljava/util/function/Function;Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial io.vertx.core.impl.future.FutureBase.compose:(Ljava/util/function/Function;Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.AsyncResult otherwise(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/AsyncResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual io.vertx.core.impl.future.FailedFuture.otherwise:(Ljava/lang/Object;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.Future otherwise(java.util.function.Function);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/core/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial io.vertx.core.impl.future.FutureBase.otherwise:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/core/impl/future/FutureBase<TT;>;
SourceFile: "FailedFuture.java"