Interface FilteringSuggestionProcessor.Filter<C>

Type Parameters:
C - command sender type
All Known Subinterfaces:
FilteringSuggestionProcessor.Filter.Simple<C>
Enclosing class:
FilteringSuggestionProcessor<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) @FunctionalInterface public static interface FilteringSuggestionProcessor.Filter<C>
Filter function that tests (and potentially changes) each suggestion against the input and context.