public interface picocli.CommandLine$IParseResultHandler2<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: picocli.CommandLine$IParseResultHandler2
  super_class: java.lang.Object
{
  public abstract R handleParseResult(picocli.CommandLine$ParseResult);
    descriptor: (Lpicocli/CommandLine$ParseResult;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws picocli.CommandLine$ExecutionException
    Signature: (Lpicocli/CommandLine$ParseResult;)TR;
    MethodParameters:
             Name  Flags
      parseResult  
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public ExecutionException = picocli.CommandLine$ExecutionException of picocli.CommandLine
  public abstract IParseResultHandler2 = picocli.CommandLine$IParseResultHandler2 of picocli.CommandLine
  public ParseResult = picocli.CommandLine$ParseResult of picocli.CommandLine
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()