object
ValidationBound
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit
def
array[X]: ValidationBound[Array[X], Iterable[_]]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
def
identity[X]: ValidationBound[X, X]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
iterable[X]: ValidationBound[Iterable[X], Iterable[_]]
-
implicit
def
list[X]: ValidationBound[List[X], Iterable[_]]
-
implicit
def
map[K, V]: ValidationBound[Map[K, V], Map[_, _]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
numeric[X](implicit arg0: Numeric[X]): ValidationBound[X, Number]
-
implicit
def
seq[X]: ValidationBound[Seq[X], Iterable[_]]
-
implicit
def
set[X]: ValidationBound[Set[X], Iterable[_]]
-
implicit
def
stringMap[X]: ValidationBound[Map[String, X], Map[String, _]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
def
vector[X]: ValidationBound[Vector[X], Iterable[_]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any