Input

cue4s.Prompt.Input
See theInput companion object
case class Input extends Prompt[String]

Attributes

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

Members list

Value members

Constructors

def this(lab: String)

Concrete methods

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

Attributes

Definition Classes
def validate(f: String => Option[PromptError]): Input

Inherited methods

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

Attributes

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