Class RegexPreprocessor<C>

java.lang.Object
cloud.commandframework.arguments.preprocessor.RegexPreprocessor<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
BiFunction<@NonNull CommandContext<C>,@NonNull Queue<@NonNull String>,@NonNull ArgumentParseResult<Boolean>>

@API(status=STABLE) public final class RegexPreprocessor<C> extends Object implements BiFunction<@NonNull CommandContext<C>,@NonNull Queue<@NonNull String>,@NonNull ArgumentParseResult<Boolean>>
Command preprocessor that filters based on regular expressions