ObjectMapping3
givers.form.generated.ObjectMapping3
class ObjectMapping3[T, A0, A1, A2](apply: (A0, A1, A2) => T, unapply: T => Option[(A0, A1, A2)], f0: Field[A0], f1: Field[A1], f2: Field[A2]) 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