FormR

works.iterative.forms.impl.FormR
See theFormR companion trait
object FormR

Attributes

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

Members list

Type members

Classlikes

case class Basic(base: AbsolutePath, d: Map[RelativePath, List[Any]]) extends FormR

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FormR
trait FormState
class Object
trait Matchable
class Any
Show all
case class Builder(data: Map[RelativePath, List[Any]] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object identityFormR extends Identity[FormR]

Attributes

Supertypes
trait Identity[FormR]
trait Associative[FormR]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(data: Map[RelativePath, List[Any]]): FormR
def data(data: (RelativePath, List[Any])*): FormR
def data(base: AbsolutePath, data: (RelativePath, List[Any])*): FormR
def fromContent(formContent: FormContent): FormR
def parse(data: Map[String, Seq[Any]]): FormR
def strings(data: (String, String)*): FormR

Concrete fields

val empty: FormR
val jsonMediaType: String

Givens

Givens

given formRDecoder: JsonDecoder[FormR]
given formREncoder: JsonEncoder[FormR]
given given_JsonCodec_FormR: JsonCodec[FormR]