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

  private final io.vertx.ext.shell.command.CommandBuilder delegate;
    descriptor: Lio/vertx/ext/shell/command/CommandBuilder;
    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 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/shell/command/CommandBuilder.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/shell/command/CommandBuilder.getDelegate()Lio/vertx/ext/shell/command/CommandBuilder; (5)
                  (Lio/vertx/reactivex/ext/shell/command/CommandBuilder;)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.shell.command.CommandBuilder.__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.shell.command.CommandBuilder this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;

  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.shell.command.CommandBuilder 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.shell.command.CommandBuilder
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.shell.command.CommandBuilder that
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.shell.command.CommandBuilder that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    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.shell.command.CommandBuilder this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;

  public void <init>(io.vertx.ext.shell.command.CommandBuilder);
    descriptor: (Lio/vertx/ext/shell/command/CommandBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
        start local 1 // io.vertx.ext.shell.command.CommandBuilder delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
         2: .line 77
            return
        end local 1 // io.vertx.ext.shell.command.CommandBuilder delegate
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            0    3     1  delegate  Lio/vertx/ext/shell/command/CommandBuilder;
    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.reactivex.ext.shell.command.CommandBuilder this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.shell.command.CommandBuilder
            putfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  public static io.vertx.reactivex.ext.shell.command.CommandBuilder command(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 94
            aload 0 /* name */
            invokestatic io.vertx.ext.shell.command.CommandBuilder.command:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandBuilder;
            invokestatic io.vertx.reactivex.ext.shell.command.CommandBuilder.newInstance:(Lio/vertx/ext/shell/command/CommandBuilder;)Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.shell.command.CommandBuilder ret
         1: .line 95
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.shell.command.CommandBuilder ret
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  name  Ljava/lang/String;
            1    2     1   ret  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    MethodParameters:
      Name  Flags
      name  

  public static io.vertx.reactivex.ext.shell.command.CommandBuilder command(io.vertx.reactivex.core.cli.CLI);
    descriptor: (Lio/vertx/reactivex/core/cli/CLI;)Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.cli.CLI cli
         0: .line 105
            aload 0 /* cli */
            invokevirtual io.vertx.reactivex.core.cli.CLI.getDelegate:()Lio/vertx/core/cli/CLI;
            invokestatic io.vertx.ext.shell.command.CommandBuilder.command:(Lio/vertx/core/cli/CLI;)Lio/vertx/ext/shell/command/CommandBuilder;
            invokestatic io.vertx.reactivex.ext.shell.command.CommandBuilder.newInstance:(Lio/vertx/ext/shell/command/CommandBuilder;)Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.shell.command.CommandBuilder ret
         1: .line 106
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.shell.command.CommandBuilder ret
        end local 0 // io.vertx.reactivex.core.cli.CLI cli
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   cli  Lio/vertx/reactivex/core/cli/CLI;
            1    2     1   ret  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    MethodParameters:
      Name  Flags
      cli   

  public io.vertx.reactivex.ext.shell.command.CommandBuilder processHandler(io.vertx.core.Handler<io.vertx.reactivex.ext.shell.command.CommandProcess>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
        start local 1 // io.vertx.core.Handler handler
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
            new io.vertx.reactivex.ext.shell.command.CommandBuilder$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.ext.shell.command.CommandBuilder$1.<init>:(Lio/vertx/reactivex/ext/shell/command/CommandBuilder;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
            pop
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/shell/command/CommandProcess;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/shell/command/CommandProcess;>;)Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
    MethodParameters:
         Name  Flags
      handler  

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

  public io.vertx.reactivex.ext.shell.command.Command build(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/vertx/reactivex/ext/shell/command/Command;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
        start local 1 // io.vertx.reactivex.core.Vertx vertx
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandBuilder.delegate:Lio/vertx/ext/shell/command/CommandBuilder;
            aload 1 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokeinterface io.vertx.ext.shell.command.CommandBuilder.build:(Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/Command;
            invokestatic io.vertx.reactivex.ext.shell.command.Command.newInstance:(Lio/vertx/ext/shell/command/Command;)Lio/vertx/reactivex/ext/shell/command/Command;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.shell.command.Command ret
         1: .line 145
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.shell.command.Command ret
        end local 1 // io.vertx.reactivex.core.Vertx vertx
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/shell/command/CommandBuilder;
            0    2     1  vertx  Lio/vertx/reactivex/core/Vertx;
            1    2     2    ret  Lio/vertx/reactivex/ext/shell/command/Command;
    MethodParameters:
       Name  Flags
      vertx  

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

  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.shell.command.CommandBuilder
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.shell.command.CommandBuilder
            invokespecial io.vertx.reactivex.ext.shell.command.CommandBuilder.<init>:(Lio/vertx/ext/shell/command/CommandBuilder;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "CommandBuilder.java"
NestMembers:
  io.vertx.reactivex.ext.shell.command.CommandBuilder$1  io.vertx.reactivex.ext.shell.command.CommandBuilder$2
InnerClasses:
  io.vertx.reactivex.ext.shell.command.CommandBuilder$1
  io.vertx.reactivex.ext.shell.command.CommandBuilder$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/shell/command/CommandBuilder;)