Packages

object ValidationBound

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

Value Members

  1. implicit def array[X]: ValidationBound[Array[X], Iterable[_]]
  2. implicit def chr: ValidationBound[String, Character]
  3. implicit def identity[X]: ValidationBound[X, X]
  4. implicit def intMap[X]: ValidationBound[Map[Int, X], Map[Int, _]]
  5. implicit def iterable[X]: ValidationBound[Iterable[X], Iterable[_]]
  6. implicit def list[X]: ValidationBound[List[X], Iterable[_]]
  7. implicit def map[K, V]: ValidationBound[Map[K, V], Map[_, _]]
  8. def mk[A, B]: ValidationBound[A, B]
  9. implicit def numeric[X](implicit arg0: Numeric[X]): ValidationBound[X, Number]
  10. implicit def set[X]: ValidationBound[Set[X], Iterable[_]]
  11. implicit def stringMap[X]: ValidationBound[Map[String, X], Map[String, _]]
  12. implicit def vector[X]: ValidationBound[Vector[X], Iterable[_]]