Packages

trait CollectionValidators extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def all[A, CC[x] <: Iterable[x]](validators: NonEmptyList[ValueValidator[A]]): ValueValidator[IterableOps[A, CC, CC[A]]]
  5. def all[A, CC[x] <: Iterable[x]](validator: ValueValidator[A]): ValueValidator[IterableOps[A, CC, CC[A]]]
  6. def allInList[A](validators: NonEmptyList[ValueValidator[A]]): ValueValidator[List[A]]
  7. def allInList[A](validator: ValueValidator[A]): ValueValidator[List[A]]
  8. def allInSeq[A](validators: NonEmptyList[ValueValidator[A]]): ValueValidator[Seq[A]]
  9. def allInSeq[A](validator: ValueValidator[A]): ValueValidator[Seq[A]]
  10. def allInSet[A](validators: NonEmptyList[ValueValidator[A]]): ValueValidator[Set[A]]
  11. def allInSet[A](validator: ValueValidator[A]): ValueValidator[Set[A]]
  12. def allInVector[A](validators: NonEmptyList[ValueValidator[A]]): ValueValidator[Vector[A]]
  13. def allInVector[A](validator: ValueValidator[A]): ValueValidator[Vector[A]]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def emptyCollection[A, CC[x] <: Iterable[x]]: ValueValidator[IterableOps[A, CC, CC[A]]]
  17. def emptyList[A]: ValueValidator[List[A]]
  18. def emptySeq[A]: ValueValidator[Seq[A]]
  19. def emptySet[A]: ValueValidator[Set[A]]
  20. def emptyVector[A]: ValueValidator[Vector[A]]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def exactLengthCollection[A, CC[x] <: Iterable[x]](expected: Int): ValueValidator[IterableOps[A, CC, CC[A]]]
  24. def exactLengthList[A](expected: Int): ValueValidator[List[A]]
  25. def exactLengthSeq[A](expected: Int): ValueValidator[Seq[A]]
  26. def exactLengthSet[A](expected: Int): ValueValidator[Set[A]]
  27. def exactLengthVector[A](expected: Int): ValueValidator[Vector[A]]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def maximalLengthCollection[A, CC[x] <: Iterable[x]](expected: Int): ValueValidator[IterableOps[A, CC, CC[A]]]
  32. def maximalLengthList[A](expected: Int): ValueValidator[List[A]]
  33. def maximalLengthSeq[A](expected: Int): ValueValidator[Seq[A]]
  34. def maximalLengthSet[A](expected: Int): ValueValidator[Set[A]]
  35. def maximalLengthVector[A](expected: Int): ValueValidator[Vector[A]]
  36. def minimalLengthCollection[A, CC[x] <: Iterable[x]](expected: Int): ValueValidator[IterableOps[A, CC, CC[A]]]
  37. def minimalLengthList[A](expected: Int): ValueValidator[List[A]]
  38. def minimalLengthSeq[A](expected: Int): ValueValidator[Seq[A]]
  39. def minimalLengthSet[A](expected: Int): ValueValidator[Set[A]]
  40. def minimalLengthVector[A](expected: Int): ValueValidator[Vector[A]]
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def notEmptyCollection[A, CC[x] <: Iterable[x]]: ValueValidator[IterableOps[A, CC, CC[A]]]
  43. def notEmptyList[A]: ValueValidator[List[A]]
  44. def notEmptySeq[A]: ValueValidator[Seq[A]]
  45. def notEmptySet[A]: ValueValidator[Set[A]]
  46. def notEmptyVector[A]: ValueValidator[Vector[A]]
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped