case class MandatoryOptionalMapping[T](wrapped: Mapping[T], constraints: Seq[Constraint[Option[T]]] = Nil) extends Mapping[Option[T]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MandatoryOptionalMapping
- Serializable
- Product
- Equals
- Mapping
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MandatoryOptionalMapping(wrapped: Mapping[T], constraints: Seq[Constraint[Option[T]]] = Nil)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addPrefix(prefix: String): Option[String]
- Attributes
- protected
- Definition Classes
- Mapping
- def applyConstraints(t: Option[T]): Either[Seq[FormError], Option[T]]
- Attributes
- protected
- Definition Classes
- Mapping
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(data: Map[String, String]): Either[Seq[FormError], Option[T]]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def collectErrors(t: Option[T]): Seq[FormError]
- Attributes
- protected
- Definition Classes
- Mapping
- val constraints: Seq[Constraint[Option[T]]]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val format: Option[(String, Seq[Any])]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
- Definition Classes
- MandatoryOptionalMapping → Mapping
- val mappings: Seq[Mapping[_]]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transform[B](f1: (Option[T]) => B, f2: (B) => Option[T]): Mapping[B]
- Definition Classes
- Mapping
- def unbind(value: Option[T]): Map[String, String]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- def unbindAndValidate(value: Option[T]): (Map[String, String], Seq[FormError])
- Definition Classes
- MandatoryOptionalMapping → Mapping
- def verifying(addConstraints: Constraint[Option[T]]*): Mapping[Option[T]]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- def verifying(error: => String, constraint: (Option[T]) => Boolean): Mapping[Option[T]]
- Definition Classes
- Mapping
- def verifying(constraint: (Option[T]) => Boolean): Mapping[Option[T]]
- Definition Classes
- Mapping
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withPrefix(prefix: String): Mapping[Option[T]]
- Definition Classes
- MandatoryOptionalMapping → Mapping
- val wrapped: Mapping[T]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)