Confirmation

cue4s.Prompt.Confirmation
See theConfirmation companion object
case class Confirmation extends Prompt[Boolean]

Attributes

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

Members list

Value members

Concrete methods

def default(value: Boolean): Confirmation
override def framework(terminal: Terminal, output: Output, theme: Theme, symbols: Symbols): PromptFramework[Boolean]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
Prompt
def mapValidated[Derived](f: Boolean => 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