Interface ArgumentParser<R extends @NonNull Object,T extends @NonNull Object>

Type Parameters:
T - The type of argument that is provided.
R - The type of raw argument that is received.
All Superinterfaces:
BiFunction<CommandContext,R,Mono<T>>, ParserFunction<R,T>
All Known Subinterfaces:
AttachmentDataParser<T>, AttachmentParser<T>, BooleanParser<T>, ChannelArgumentParser<C,T>, ChoicesParser<P,T>, EntityArgumentParser<E,T>, FloatParser<T>, InputParser<P,T>, IntegerParser<T>, ListParser<T>, MessageArgumentParser<T>, NumberParser<P,T>, RoleArgumentParser<T>, SnowflakeParser<T>, StringParser<T>, TextFileParser<T>, UserArgumentParser<T>

public sealed interface ArgumentParser<R extends @NonNull Object,T extends @NonNull Object> extends ParserFunction<R,T> permits AttachmentParser<T>, InputParser<P,T>
Parses received arguments into their actual value.
Since:
1.0
Version:
1.0