Prompt

cue4s.Prompt
See thePrompt companion trait
object Prompt

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Prompt.type

Members list

Type members

Classlikes

case class Confirmation extends Prompt[Boolean]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Prompt[Boolean]
class Object
trait Matchable
class Any
Show all
object Confirmation

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Input extends Prompt[String]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Input.type
case class MultipleChoice extends Prompt[List[String]]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class NumberInput[N] extends Prompt[N]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Prompt[N]
class Object
trait Matchable
class Any
Show all
object NumberInput

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class PasswordInput extends Prompt[Password]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Prompt[Password]
class Object
trait Matchable
class Any
Show all
object PasswordInput

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class SingleChoice extends Prompt[String]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type