play.api.data

mapping

package mapping

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. mapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Constraint[T] = (T) ⇒ Validation[ValidationError, T]

  2. trait Get[I, O] extends AnyRef

  3. type Mapping[E, I, O] = (I) ⇒ Validation[E, O]

    Annotations
    @implicitNotFound( ... )
  4. type VA[O] = Validation[(Path, Seq[ValidationError]), O]

  5. type ValidationError = validation.ValidationError

Value Members

  1. object Get

  2. def ValidationError(message: String, args: Any*): ValidationError

Inherited from AnyRef

Inherited from Any

Ungrouped