Interface PromptFormatter
- All Known Implementing Classes:
ListFormat, QuestionFormat
public interface PromptFormatter
Interface for prompt formatters
-
Method Summary
Modifier and TypeMethodDescription<TOption> voiddisplayPrompt(Prompt<TOption> prompt) Displays the prompt
-
Method Details
-
displayPrompt
Displays the prompt- Type Parameters:
TOption- Option type- Parameters:
prompt- Prompt
-