string

works.iterative.ui.components.laminar.forms.InputSchema.string
object string extends InputSchema[String]

Attributes

Graph
Supertypes
trait InputSchema[String]
class Object
trait Matchable
class Any
Self type
string.type

Members list

Value members

Concrete methods

override def decode(s: String): Validated[String]

Attributes

Definition Classes
override def encode(a: String): String

Attributes

Definition Classes

Inherited methods

def decodeOptional(label: String)(s: Option[String]): Validated[String]

Attributes

Inherited from:
InputSchema

Attributes

Inherited from:
InputSchema
def required: Boolean

Attributes

Inherited from:
InputSchema