PasswordInput

cue4s.Prompt.PasswordInput
See thePasswordInput companion object
case class PasswordInput extends Prompt[Password]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Prompt[Password]
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[Password]

Attributes

Definition Classes

Inherited methods

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

Attributes

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