Interface SuggestionProvider<T>

All Known Implementing Classes:
NoSuggestionProvider

public interface SuggestionProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    suggest(T sender)
     
  • Method Details

    • suggest

      List<String> suggest(T sender)
      Returns:
      an unfiltered(no permission checks or filtering by input) list of strings that may be used for the argument