- All Known Implementing Classes:
DefaultListSeparatorBuilder
public interface ListSeparatorBuilder
Builder interface for list separators.
-
Method Summary
Modifier and TypeMethodDescriptionadd()Add the separator to the list prompt and return to the list builder.Set the separator text.
-
Method Details
-
text
Set the separator text.- Parameters:
text- the separator text- Returns:
- this builder
-
add
ListBuilder add()Add the separator to the list prompt and return to the list builder.- Returns:
- the list builder
-