t

play.api.data

ObjectMapping

trait ObjectMapping extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectMapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def merge(results: Either[Seq[FormError], Any]*): Either[Seq[FormError], Seq[Any]]

    Merges the result of multiple bindings.

    Merges the result of multiple bindings.

    See also

    bind()

  2. def merge2(a: Either[Seq[FormError], Seq[Any]], b: Either[Seq[FormError], Seq[Any]]): Either[Seq[FormError], Seq[Any]]

    Merges the result of two bindings.

    Merges the result of two bindings.

    See also

    bind()