Interface BooleanParser<T extends @NonNull Object>

Type Parameters:
T - The type of argument that is provided.
All Superinterfaces:
ArgumentParser<Boolean,T>, BiFunction<CommandContext,Boolean,Mono<T>>, InputParser<Boolean,T>, ParserFunction<Boolean,T>

public non-sealed interface BooleanParser<T extends @NonNull Object> extends InputParser<Boolean,T>
Parses boolean-based input arguments.
Since:
1.0
Version:
1.0