Interface ArgumentParser.FutureArgumentParser<C,T>

Type Parameters:
C - the command sender type
T - the type produced by the parser
All Superinterfaces:
ArgumentParser<C,T>, SuggestionProviderHolder<C>
All Known Subinterfaces:
AggregateParser<C,O>
All Known Implementing Classes:
CommandFlagParser, EitherParser, MappedArgumentParserImpl
Enclosing interface:
ArgumentParser<C,T>
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 static interface ArgumentParser.FutureArgumentParser<C,T> extends ArgumentParser<C,T>
Utility interface extending ArgumentParser to make it easier to implement parseFuture(CommandContext, CommandInput).