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_Int extends FormDataRW[Int]

Attributes

Supertypes
trait FormDataRW[Int]
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_String extends FormDataRW[String]

Attributes

Supertypes
trait FormDataRW[String]
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]

Givens

Givens

given given_FormDataRW_List[T](using rw: FormDataRW[T]): given_FormDataRW_List[T]
given given_FormDataRW_Option[T](using rw: FormDataRW[T]): given_FormDataRW_Option[T]
given given_FormDataRW_Seq[T](using rw: FormDataRW[T]): given_FormDataRW_Seq[T]
given given_FormDataRW_Set[T](using rw: FormDataRW[T]): given_FormDataRW_Set[T]