cue4s.Prompt
See thePrompt companion trait
object Prompt
Attributes
Members list
Type members
Classlikes
case class Confirmation extends Prompt[Boolean]
object Confirmation
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Confirmation.type
object Input
case class MultipleChoice extends Prompt[List[String]]
object MultipleChoice
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MultipleChoice.type
case class NumberInput[N] extends Prompt[N]
object NumberInput
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NumberInput.type
case class PasswordInput extends Prompt[Password]
object PasswordInput
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PasswordInput.type
case class SingleChoice extends Prompt[String]
object SingleChoice
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SingleChoice.type
In this article