-
- All Implemented Interfaces:
public final class ListFieldKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> ListField<T>list(Prompt $self, String message, Function1<PromptResult, List<ListField.Choice<T>>> choices, Function2<PromptResult, List<T>, Boolean> shouldPrompt, Function2<PromptResult, List<T>, List<T>> default)final static <T extends Any> ListField<T>list(Prompt $self, String message, List<ListField.Choice<T>> choices, Function2<PromptResult, List<T>, Boolean> shouldPrompt, Function2<PromptResult, List<T>, List<T>> default)-
-
Method Detail
-
list
final static <T extends Any> ListField<T> list(Prompt $self, String message, Function1<PromptResult, List<ListField.Choice<T>>> choices, Function2<PromptResult, List<T>, Boolean> shouldPrompt, Function2<PromptResult, List<T>, List<T>> default)
-
list
final static <T extends Any> ListField<T> list(Prompt $self, String message, List<ListField.Choice<T>> choices, Function2<PromptResult, List<T>, Boolean> shouldPrompt, Function2<PromptResult, List<T>, List<T>> default)
-
-
-
-