Prompt

cue4s.Prompt
See thePrompt companion object
trait Prompt[Result]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Confirmation
class Input
class NumberInput[N]
class SingleChoice
Show all
Self type
Prompt[Result]

Members list

Value members

Concrete methods

def map[Derived](f: Result => Derived): Prompt[Derived]
def mapValidated[Derived](f: Result => Either[PromptError, Derived]): Prompt[Derived]