All Known Implementing Classes:
ListFormat, QuestionFormat

public interface PromptFormatter
Interface for prompt formatters
  • Method Summary

    Modifier and Type
    Method
    Description
    <TOption> void
    displayPrompt(Prompt<TOption> prompt)
    Displays the prompt
  • Method Details

    • displayPrompt

      <TOption> void displayPrompt(Prompt<TOption> prompt)
      Displays the prompt
      Type Parameters:
      TOption - Option type
      Parameters:
      prompt - Prompt