given_FormCodec_Option_String

works.iterative.ui.components.tailwind.form.FormCodec.given_FormCodec_Option_String
object given_FormCodec_Option_String extends FormCodec[Option[String], String]

Attributes

Graph
Supertypes
trait FormCodec[Option[String], String]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def toForm(v: Option[String]): String
def toValue(r: String): Validated[Option[String]]