Interface IArgParser.Stateless<T>

All Superinterfaces:
IArgParser<T>
Enclosing interface:
IArgParser<T>

public static interface IArgParser.Stateless<T> extends IArgParser<T>
A stateless argument parser is just that. It takes a ICommandArgument and outputs its type.