Packages

package validation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. validation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Constraint[T] = (T) => Validated[JsonValidationError, T]
  2. type Mapping[E, I, O] = (I) => Validated[E, O]
  3. trait Rule[I, O] extends RuleLike[I, O]
  4. trait RuleLike[I, O] extends AnyRef
  5. type VA[O] = Validation[Seq[(JsPath, Seq[JsonValidationError])], O]
  6. type Validated[E, O] = Validation[Seq[E], O]

Value Members

  1. object Rule

Inherited from AnyRef

Inherited from Any

Ungrouped