public class io.vertx.rxjava.ext.unit.TestCompletion extends io.vertx.rxjava.ext.unit.Completion<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.ext.unit.TestCompletion
  super_class: io.vertx.rxjava.ext.unit.Completion
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.ext.unit.TestCompletion> __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/ext/unit/TestCompletion;>;

  private final io.vertx.ext.unit.TestCompletion delegate;
    descriptor: Lio/vertx/ext/unit/TestCompletion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 67
            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/ext/unit/TestCompletion.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 68
            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/ext/unit/TestCompletion.getDelegate()Lio/vertx/ext/unit/TestCompletion; (5)
                  (Lio/vertx/rxjava/ext/unit/TestCompletion;)Ljava/lang/Object;
         2: .line 67
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.ext.unit.TestCompletion.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 69
            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.ext.unit.TestCompletion this
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/unit/TestCompletion;

  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.ext.unit.TestCompletion this
        start local 1 // java.lang.Object o
         0: .line 56
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 57
      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 58
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.ext.unit.TestCompletion
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.ext.unit.TestCompletion that
         4: .line 59
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
            aload 2 /* that */
            getfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.ext.unit.TestCompletion that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/ext/unit/TestCompletion;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/ext/unit/TestCompletion;
    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.ext.unit.TestCompletion this
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/unit/TestCompletion;

  public void <init>(io.vertx.ext.unit.TestCompletion);
    descriptor: (Lio/vertx/ext/unit/TestCompletion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
        start local 1 // io.vertx.ext.unit.TestCompletion delegate
         0: .line 74
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.vertx.rxjava.ext.unit.Completion.<init>:(Lio/vertx/ext/unit/Completion;)V
         1: .line 75
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
         2: .line 76
            return
        end local 1 // io.vertx.ext.unit.TestCompletion delegate
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/ext/unit/TestCompletion;
            0    3     1  delegate  Lio/vertx/ext/unit/TestCompletion;
    MethodParameters:
          Name  Flags
      delegate  

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

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

  public void resolve(io.vertx.rxjava.core.Promise<java.lang.Void>);
    descriptor: (Lio/vertx/rxjava/core/Promise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
        start local 1 // io.vertx.rxjava.core.Promise future
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
            aload 1 /* future */
            invokevirtual io.vertx.rxjava.core.Promise.getDelegate:()Lio/vertx/core/Promise;
            invokeinterface io.vertx.ext.unit.TestCompletion.resolve:(Lio/vertx/core/Promise;)V
         1: .line 93
            return
        end local 1 // io.vertx.rxjava.core.Promise future
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/ext/unit/TestCompletion;
            0    2     1  future  Lio/vertx/rxjava/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/rxjava/core/Promise<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      future  

  public void handler(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.unit.TestCompletion.delegate:Lio/vertx/ext/unit/TestCompletion;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.ext.unit.TestCompletion.handler:(Lio/vertx/core/Handler;)V
         1: .line 101
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/ext/unit/TestCompletion;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)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.rxjava.ext.unit.TestCompletion this
         0: .line 107
            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/rxjava/ext/unit/TestCompletion.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.ext.unit.TestCompletion.handler:(Lio/vertx/core/Handler;)V
         1: .line 108
            return
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/unit/TestCompletion;

  public rx.Single<java.lang.Void> rxHandler();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
         0: .line 115
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/ext/unit/TestCompletion;)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/rxjava/ext/unit/TestCompletion.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/unit/TestCompletion;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

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

  public io.vertx.ext.unit.Completion getDelegate();
    descriptor: ()Lio/vertx/ext/unit/Completion;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.ext.unit.TestCompletion.getDelegate:()Lio/vertx/ext/unit/TestCompletion;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 67
            new io.vertx.rxjava.ext.unit.TestCompletion
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.unit.TestCompletion
            invokespecial io.vertx.rxjava.ext.unit.TestCompletion.<init>:(Lio/vertx/ext/unit/TestCompletion;)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 107
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  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.rxjava.ext.unit.TestCompletion this
        start local 1 // io.vertx.core.Handler fut
         0: .line 116
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.ext.unit.TestCompletion.handler:(Lio/vertx/core/Handler;)V
         1: .line 117
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.ext.unit.TestCompletion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/ext/unit/TestCompletion;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: Lio/vertx/rxjava/ext/unit/Completion<Ljava/lang/Void;>;
SourceFile: "TestCompletion.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/unit/TestCompletion;)