Interface RoleArgumentParser<T extends @NonNull Object>

Type Parameters:
T - The parsed type.
All Superinterfaces:
ArgumentParser<Role,T>, BiFunction<CommandContext,Role,Mono<T>>, EntityArgumentParser<Role,T>, InputParser<Role,T>, ParserFunction<Role,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 RoleArgumentParser<T extends @NonNull Object> extends EntityArgumentParser<Role,T>
Parses Discord roles.
Since:
1.0
Version:
1.0