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

  private final io.vertx.ext.unit.Completion<T> delegate;
    descriptor: Lio/vertx/ext/unit/Completion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/ext/unit/Completion<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;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 69
            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/reactivex/ext/unit/Completion.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 70
            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/reactivex/ext/unit/Completion.getDelegate()Lio/vertx/ext/unit/Completion; (5)
                  (Lio/vertx/reactivex/ext/unit/Completion;)Ljava/lang/Object;
         2: .line 69
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.unit.Completion.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 71
            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.reactivex.ext.unit.Completion this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/unit/Completion<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.reactivex.ext.unit.Completion this
        start local 1 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 59
      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 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.unit.Completion
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.unit.Completion that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.unit.Completion that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/unit/Completion;
    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.reactivex.ext.unit.Completion this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;

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

  public void <init>(, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
        start local 1 // java.lang.Object delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.unit.Completion
            putfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
         2: .line 82
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.vertx.reactivex.ext.unit.Completion.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 83
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    4     1   delegate  Ljava/lang/Object;
            0    4     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg<TT;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  

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

  public void resolve(io.vertx.reactivex.core.Promise<T>);
    descriptor: (Lio/vertx/reactivex/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
        start local 1 // io.vertx.reactivex.core.Promise future
         0: .line 94
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            aload 1 /* future */
            invokevirtual io.vertx.reactivex.core.Promise.getDelegate:()Lio/vertx/core/Promise;
            invokeinterface io.vertx.ext.unit.Completion.resolve:(Lio/vertx/core/Promise;)V
         1: .line 95
            return
        end local 1 // io.vertx.reactivex.core.Promise future
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    2     1  future  Lio/vertx/reactivex/core/Promise<TT;>;
    Signature: (Lio/vertx/reactivex/core/Promise<TT;>;)V
    MethodParameters:
        Name  Flags
      future  

  public boolean isCompleted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokeinterface io.vertx.ext.unit.Completion.isCompleted:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 102
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            1    2     1   ret  Z

  public boolean isSucceeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokeinterface io.vertx.ext.unit.Completion.isSucceeded:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 110
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            1    2     1   ret  Z

  public boolean isFailed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokeinterface io.vertx.ext.unit.Completion.isFailed:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 118
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            1    2     1   ret  Z

  public void handler(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            new io.vertx.reactivex.ext.unit.Completion$1
            dup
            aload 0 /* this */
            aload 1 /* completionHandler */
            invokespecial io.vertx.reactivex.ext.unit.Completion$1.<init>:(Lio/vertx/reactivex/ext/unit/Completion;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.unit.Completion.handler:(Lio/vertx/core/Handler;)V
         1: .line 135
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void handler();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 141
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/ext/unit/Completion.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.unit.Completion.handler:(Lio/vertx/core/Handler;)V
         1: .line 142
            return
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;

  public io.reactivex.Maybe<T> rxHandler();
    descriptor: ()Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 149
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/unit/Completion;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/ext/unit/Completion.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
    Signature: ()Lio/reactivex/Maybe<TT;>;

  public void await();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 160
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokeinterface io.vertx.ext.unit.Completion.await:()V
         1: .line 161
            return
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;

  public void await(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
        start local 1 // long timeoutMillis
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            lload 1 /* timeoutMillis */
            invokeinterface io.vertx.ext.unit.Completion.await:(J)V
         1: .line 171
            return
        end local 1 // long timeoutMillis
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    2     1  timeoutMillis  J
    MethodParameters:
               Name  Flags
      timeoutMillis  

  public void awaitSuccess();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            invokeinterface io.vertx.ext.unit.Completion.awaitSuccess:()V
         1: .line 180
            return
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;

  public void awaitSuccess(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
        start local 1 // long timeoutMillis
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.unit.Completion.delegate:Lio/vertx/ext/unit/Completion;
            lload 1 /* timeoutMillis */
            invokeinterface io.vertx.ext.unit.Completion.awaitSuccess:(J)V
         1: .line 190
            return
        end local 1 // long timeoutMillis
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    2     1  timeoutMillis  J
    MethodParameters:
               Name  Flags
      timeoutMillis  

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

  public static <T> io.vertx.reactivex.ext.unit.Completion<T> newInstance(io.vertx.ext.unit.Completion, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/ext/unit/Completion;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/ext/unit/Completion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.Completion arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
         0: .line 197
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.unit.Completion
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.vertx.reactivex.ext.unit.Completion.<init>:(Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.unit.Completion
         2: areturn
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
        end local 0 // io.vertx.ext.unit.Completion arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/vertx/ext/unit/Completion;
            0    3     1  __typeArg_T  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/ext/unit/Completion;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/reactivex/ext/unit/Completion<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 69
            new io.vertx.reactivex.ext.unit.Completion
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.unit.Completion
            invokespecial io.vertx.reactivex.ext.unit.Completion.<init>:(Lio/vertx/ext/unit/Completion;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 141
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<TT;>;

  private void lambda$3(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.unit.Completion this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 150
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.unit.Completion.handler:(Lio/vertx/core/Handler;)V
         1: .line 151
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.unit.Completion this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/unit/Completion<TT;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Completion.java"
NestMembers:
  io.vertx.reactivex.ext.unit.Completion$1
InnerClasses:
  io.vertx.reactivex.ext.unit.Completion$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/unit/Completion;)