final case class FormOverrideStrategy[F[_], G[_]](fieldName: String, naturalTransformation: ~>[G, F]) extends OverrideStrategy[F, G] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormOverrideStrategy
- Serializable
- Serializable
- Product
- Equals
- OverrideStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All