Interface ConfirmItem

All Superinterfaces:
PromptItem

public interface ConfirmItem extends PromptItem
Interface for confirmation items in the Prompter. Confirmation items are immutable - their default value is set during creation.
  • Method Details

    • getDefaultValue

      default boolean getDefaultValue()
      Get the default confirmation value.
      Returns:
      the default confirmation value