Form

object Form extends Module[Form]
Companion:
class
trait Product
trait Mirror
trait Module[Form]
class Object
trait Matchable
class Any
Form.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

override def fromVector(v: Vector[(String, String)]): Form
Definition Classes

Inherited methods

final def apply(kvs: (String, String)*): Form
Inherited from:
Module
final def fromJavaMultimap[C <: Collection[String]](multimap: Map[String, C]): Form
Inherited from:
Module
final def fromMap(m: Map[String, String]): Form
Inherited from:
Module
final def fromMultimap[C <: Iterable[String]](m: Map[String, C]): Form
Inherited from:
Module
final def fromSeq(s: Seq[(String, String)]): Form
Inherited from:
Module

Inherited fields

final val empty: Form
Inherited from:
Module

Implicits

Inherited implicits

final implicit def univEq: UnivEq[Form]
Inherited from:
Module