Interface ContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>>

Type Parameters:
T - The type to be parsed.
C - The type of the context which the resolver would get its data from.
All Known Subinterfaces:
IssuerAwareContextResolver<T,C>, IssuerOnlyContextResolver<T,C>, OptionalContextResolver<T,C>, SenderAwareContextResolver<T,C>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

This defines a context resolver, which parses ContextResolver from ContextResolver.