Interface UserArgumentParser<T extends @NonNull Object>

Type Parameters:
T - The parsed type.
All Superinterfaces:
ArgumentParser<User,T>, BiFunction<CommandContext,User,Mono<T>>, EntityArgumentParser<User,T>, InputParser<User,T>, ParserFunction<User,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 public non-sealed interface UserArgumentParser<T extends @NonNull Object> extends EntityArgumentParser<User,T>
Parses Discord users.
Since:
1.0
Version:
1.0