package form
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- form
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Condition = (Map[String, String]) ⇒ Boolean
- case class ConditionalMapping[T](condition: Condition, wrapped: Mapping[T], defaultValue: T, constraints: Seq[Constraint[T]] = Nil, keys: Set[String] = Set()) extends Mapping[T] with Product with Serializable
- case class MandatoryOptionalMapping[T](wrapped: Mapping[T], constraints: Seq[Constraint[Option[T]]] = Nil) extends Mapping[Option[T]] with Product with Serializable
- implicit class conditionOpts extends AnyRef
Value Members
- implicit val emptyList: List[Nothing]
- implicit val emptyOption: None.type
- object ConditionalMappings