Interface IArgParser.Stated<T,S>

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

public static interface IArgParser.Stated<T,S> extends IArgParser<T>
A stated argument parser is similar to a stateless one. It also takes a ICommandArgument, but it also takes a second argument that can be any type, referred to as the state.