ObjectMapping5
givers.form.generated.ObjectMapping5
class ObjectMapping5[T, A0, A1, A2, A3, A4](apply: (A0, A1, A2, A3, A4) => T, unapply: T => Option[(A0, A1, A2, A3, A4)], f0: Field[A0], f1: Field[A1], f2: Field[A2], f3: Field[A3], f4: Field[A4]) extends ObjectMapping[T]
Attributes
- Graph
-
- Supertypes
-
trait ObjectMapping[T]trait ValueMapping[T]trait Mapping[T]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- ValueMapping
Attributes
- Definition Classes
- Inherited from:
- ObjectMapping
def transform[R](bind: (T, BindContext) => Try[R], unbind: (R, UnbindContext) => T, errors: ErrorSpec*): Mapping[R]
Attributes
- Inherited from:
- Mapping
Attributes
- Inherited from:
- Mapping
In this article