Interface SearchResult<T>

Type Parameters:
T - the type of items being searched
All Superinterfaces:
PromptResult<SearchPrompt<T>>
All Known Implementing Classes:
DefaultSearchResult

public interface SearchResult<T> extends PromptResult<SearchPrompt<T>>
Result of a search prompt. Contains the selected value from the search results.
  • Method Details

    • getSelectedValue

      String getSelectedValue()
      Get the selected value as a string.
      Returns:
      the selected value