FormCodec

works.iterative.ui.components.tailwind.form.FormCodec
See theFormCodec companion trait
object FormCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FormCodec.type

Members list

Type members

Classlikes

object given_FormCodec_Option_String extends FormCodec[Option[String], String]

Attributes

Supertypes
trait FormCodec[Option[String], String]
class Object
trait Matchable
class Any
Self type
object given_FormCodec_PlainMultiLine_String extends FormCodec[PlainMultiLine, String]

Attributes

Supertypes
trait FormCodec[PlainMultiLine, String]
class Object
trait Matchable
class Any
Self type
object given_FormCodec_String_String extends FormCodec[String, String]

Attributes

Supertypes
trait FormCodec[String, String]
class Object
trait Matchable
class Any
Self type
object optionBooleanCodec extends FormCodec[Option[Boolean], Boolean]

Attributes

Supertypes
trait FormCodec[Option[Boolean], Boolean]
class Object
trait Matchable
class Any
Self type
object optionLocalDateCodec extends FormCodec[Option[LocalDate], String]

Attributes

Supertypes
trait FormCodec[Option[LocalDate], String]
class Object
trait Matchable
class Any
Self type
object plainMultiLineCodec extends FormCodec[Option[PlainMultiLine], String]

Attributes

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