Interface ArgumentParser<C,T>

Type Parameters:
C - command sender type
T - Value type
All Superinterfaces:
SuggestionProviderHolder<C>
All Known Subinterfaces:
AggregateParser<C,O>, ArgumentParser.FutureArgumentParser<C,T>, MappedArgumentParser<C,I,O>
All Known Implementing Classes:
BooleanParser, ByteParser, CharacterParser, CommandFlagParser, DoubleParser, DurationParser, EitherParser, EnumParser, FloatParser, IntegerParser, LiteralParser, LongParser, MappedArgumentParserImpl, NumberParser, ShortParser, StringArrayParser, StringParser, UUIDParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @API(status=STABLE) public interface ArgumentParser<C,T> extends SuggestionProviderHolder<C>
Parser that parses strings into values of a specific type