collection

object collection
class Object
trait Matchable
class Any

Value members

Concrete methods

def atLeast[F[_] : UnorderedFoldable, A](reference: Long, equal: Boolean): Validation[F[A], Unit]
def atMost[F[_] : UnorderedFoldable, A](reference: Long, equal: Boolean): Validation[F[A], Unit]
def contains[F[_] : Traverse, A : Show](reference: A): Validation[F[A], Unit]
def empty[F[_] : UnorderedFoldable, A]: Validation[F[A], Unit]
def exactly[F[_] : UnorderedFoldable, A](expected: Long): Validation[F[A], Unit]
def nonEmpty[F[_] : UnorderedFoldable, A]: Validation[F[A], Unit]