Interface SuggestionProcessor<C>

Type Parameters:
C - command sender type
All Known Implementing Classes:
FilteringSuggestionProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @API(status=STABLE) public interface SuggestionProcessor<C>
Processor that operates on the stream of suggestions before it is collected for the suggestion result passed to platform implementations or other callers.