collection

object collection
class Object
trait Matchable
class Any

Value members

Concrete methods

def atLeast[F <: (Iterable), A](reference: Int, equal: Boolean): Validation[F[A], Unit]
def atMost[F <: (Iterable), A](reference: Int, equal: Boolean): Validation[F[A], Unit]
def contains[A : Show](reference: A): Validation[Seq[A], Unit]
def empty[F <: (Iterable), A]: Validation[Iterable[_], Unit]
def exactly(expected: Int): Validation[Iterable[_], Unit]
def nonEmpty[F <: (Iterable), A]: Validation[F[A], Unit]