trait ObjectMapping extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectMapping
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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()
- 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()
Common helper methods for all object mappings - mappings including several fields.