FormDataRW

ba.sake.formson.FormDataRW
See theFormDataRW companion trait
object FormDataRW

Attributes

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

Members list

Type members

Classlikes

object given_FormDataRW_Array extends FormDataRW[Array[Byte]]

Attributes

Supertypes
trait FormDataRW[Array[Byte]]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_Double extends FormDataRW[Double]

Attributes

Supertypes
trait FormDataRW[Double]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_Duration extends FormDataRW[Duration]

Attributes

Supertypes
trait FormDataRW[Duration]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_Instant extends FormDataRW[Instant]

Attributes

Supertypes
trait FormDataRW[Instant]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_Int extends FormDataRW[Int]

Attributes

Supertypes
trait FormDataRW[Int]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_LocalDate extends FormDataRW[LocalDate]

Attributes

Supertypes
trait FormDataRW[LocalDate]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_LocalDateTime extends FormDataRW[LocalDateTime]

Attributes

Supertypes
trait FormDataRW[LocalDateTime]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_Path extends FormDataRW[Path]

Attributes

Supertypes
trait FormDataRW[Path]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_Period extends FormDataRW[Period]

Attributes

Supertypes
trait FormDataRW[Period]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_String extends FormDataRW[String]

Attributes

Supertypes
trait FormDataRW[String]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_URI extends FormDataRW[URI]

Attributes

Supertypes
trait FormDataRW[URI]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_URL extends FormDataRW[URL]

Attributes

Supertypes
trait FormDataRW[URL]
class Object
trait Matchable
class Any
Self type
object given_FormDataRW_UUID extends FormDataRW[UUID]

Attributes

Supertypes
trait FormDataRW[UUID]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply[T](using instance: FormDataRW[T]): FormDataRW[T]
inline def derived[T]: FormDataRW[T]