MultipleChoice

cue4s.Prompt.MultipleChoice
See theMultipleChoice companion object
case class MultipleChoice extends Prompt[List[String]]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Prompt[List[String]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def framework(terminal: Terminal, output: Output, theme: Theme): PromptFramework[List[String]]

Attributes

Definition Classes

Inherited methods

def map[Derived](f: (List[String]) => Derived): Prompt[Derived]

Attributes

Inherited from:
Prompt
def mapValidated[Derived](f: (List[String]) => Either[PromptError, Derived]): Prompt[Derived]

Attributes

Inherited from:
Prompt
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product