Type Members
-
case class
Input(string: String, title: String, valueOption: Option[ValueType] = None, messageOption: Option[Message] = None, continue: Boolean = true, index: Int = 0) extends Product with Serializable
-
type
StringProcessor = (Input) ⇒ Input
-
type
ValueType = LocalDate
Inherited from TranslationSupport
Inherited from AnyRef
Inherited from Any