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

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

  private static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.shell.cli.CliToken> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/shell/cli/CliToken;>;

  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/CommandProcess.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/CommandProcess.getDelegate()Lio/vertx/ext/shell/command/CommandProcess; (5)
                  (Lio/vertx/reactivex/ext/shell/command/CommandProcess;)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.CommandProcess.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 89
            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/CommandProcess.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            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/CommandProcess.lambda$3(Lio/vertx/reactivex/ext/shell/cli/CliToken;)Ljava/lang/Object; (6)
                  (Lio/vertx/reactivex/ext/shell/cli/CliToken;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.shell.command.CommandProcess.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            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.CommandProcess this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;

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

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

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

  public io.vertx.reactivex.core.Vertx vertx();
    descriptor: ()Lio/vertx/reactivex/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.vertx:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.reactivex.core.Vertx.newInstance:(Lio/vertx/core/Vertx;)Lio/vertx/reactivex/core/Vertx;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.Vertx ret
         1: .line 96
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.Vertx ret
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            1    2     1   ret  Lio/vertx/reactivex/core/Vertx;

  public java.util.List<io.vertx.reactivex.ext.shell.cli.CliToken> argsTokens();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.argsTokens:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            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/CommandProcess.lambda$4(Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken; (6)
                  (Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 104
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            1    2     1   ret  Ljava/util/List<Lio/vertx/reactivex/ext/shell/cli/CliToken;>;
    Signature: ()Ljava/util/List<Lio/vertx/reactivex/ext/shell/cli/CliToken;>;

  public java.util.List<java.lang.String> args();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.args:()Ljava/util/List;
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 112
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            1    2     1   ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.reactivex.core.cli.CommandLine commandLine();
    descriptor: ()Lio/vertx/reactivex/core/cli/CommandLine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.commandLine:()Lio/vertx/core/cli/CommandLine;
            invokestatic io.vertx.reactivex.core.cli.CommandLine.newInstance:(Lio/vertx/core/cli/CommandLine;)Lio/vertx/reactivex/core/cli/CommandLine;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.cli.CommandLine ret
         1: .line 120
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.cli.CommandLine ret
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            1    2     1   ret  Lio/vertx/reactivex/core/cli/CommandLine;

  public io.vertx.reactivex.ext.shell.session.Session session();
    descriptor: ()Lio/vertx/reactivex/ext/shell/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.session:()Lio/vertx/ext/shell/session/Session;
            invokestatic io.vertx.reactivex.ext.shell.session.Session.newInstance:(Lio/vertx/ext/shell/session/Session;)Lio/vertx/reactivex/ext/shell/session/Session;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.shell.session.Session ret
         1: .line 128
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.shell.session.Session ret
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            1    2     1   ret  Lio/vertx/reactivex/ext/shell/session/Session;

  public boolean isForeground();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.isForeground:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 136
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            1    2     1   ret  Z

  public io.vertx.reactivex.ext.shell.command.CommandProcess stdinHandler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 141
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/String;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess interruptHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 151
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.interruptHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 152
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess suspendHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.suspendHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 163
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess resumeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 173
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.resumeHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 174
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // java.lang.String data
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* data */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 195
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String data
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  data  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.ext.shell.command.CommandProcess backgroundHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.backgroundHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 205
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess foregroundHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.foregroundHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 215
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.ext.shell.command.CommandProcess resizehandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // io.vertx.core.Handler handler
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            pop
         1: .line 220
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:()V
         1: .line 228
            return
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;

  public void end(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
        start local 1 // int status
         0: .line 235
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.shell.command.CommandProcess.delegate:Lio/vertx/ext/shell/command/CommandProcess;
            iload 1 /* status */
            invokeinterface io.vertx.ext.shell.command.CommandProcess.end:(I)V
         1: .line 236
            return
        end local 1 // int status
        end local 0 // io.vertx.reactivex.ext.shell.command.CommandProcess this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            0    2     1  status  I
    MethodParameters:
        Name  Flags
      status  

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

  public io.vertx.reactivex.ext.shell.term.Tty write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.shell.command.CommandProcess.write:(Ljava/lang/String;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.shell.term.Tty getDelegate();
    descriptor: ()Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ext.shell.command.CommandProcess.getDelegate:()Lio/vertx/ext/shell/command/CommandProcess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.shell.term.Tty resizehandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.shell.command.CommandProcess.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.shell.term.Tty stdinHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.shell.command.CommandProcess.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/shell/command/CommandProcess;
            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 69
            new io.vertx.reactivex.ext.shell.command.CommandProcess
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.shell.command.CommandProcess
            invokespecial io.vertx.reactivex.ext.shell.command.CommandProcess.<init>:(Lio/vertx/ext/shell/command/CommandProcess;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 89
            aload 0 /* o1 */
            checkcast io.vertx.ext.shell.cli.CliToken
            invokestatic io.vertx.reactivex.ext.shell.cli.CliToken.newInstance:(Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.reactivex.ext.shell.cli.CliToken);
    descriptor: (Lio/vertx/reactivex/ext/shell/cli/CliToken;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.shell.cli.CliToken o1
         0: .line 89
            aload 0 /* o1 */
            invokevirtual io.vertx.reactivex.ext.shell.cli.CliToken.getDelegate:()Lio/vertx/ext/shell/cli/CliToken;
            areturn
        end local 0 // io.vertx.reactivex.ext.shell.cli.CliToken o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/reactivex/ext/shell/cli/CliToken;

  private static io.vertx.reactivex.ext.shell.cli.CliToken lambda$4(io.vertx.ext.shell.cli.CliToken);
    descriptor: (Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.cli.CliToken elt
         0: .line 103
            aload 0 /* elt */
            invokestatic io.vertx.reactivex.ext.shell.cli.CliToken.newInstance:(Lio/vertx/ext/shell/cli/CliToken;)Lio/vertx/reactivex/ext/shell/cli/CliToken;
            areturn
        end local 0 // io.vertx.ext.shell.cli.CliToken elt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   elt  Lio/vertx/ext/shell/cli/CliToken;
}
SourceFile: "CommandProcess.java"
InnerClasses:
  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/CommandProcess;)