Interface FilteringCommandSuggestionProcessor.Filter<C>

Type Parameters:
C - sender type
All Known Subinterfaces:
FilteringCommandSuggestionProcessor.Filter.Simple<C>
Enclosing class:
FilteringCommandSuggestionProcessor<C>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@API(status=STABLE, since="1.8.0") @FunctionalInterface public static interface FilteringCommandSuggestionProcessor.Filter<C>
Filter function that tests (and potentially changes) each suggestion against the input and context.
Since:
1.8.0