seq

object seq extends seq[Seq]
Companion:
class
class seq[Seq]
class iterable[Seq]
class Object
trait Matchable
class Any
seq.type

Value members

Inherited methods

def atLeast[A](reference: Int, equal: Boolean): Validation[Seq[A], Unit]
Inherited from:
iterable
def atMost[A](reference: Int, equal: Boolean): Validation[Seq[A], Unit]
Inherited from:
iterable
def contains[A : Show](reference: A): Validation[Seq[A], Unit]
Inherited from:
seq
def empty[A]: Validation[Seq[A], Unit]
Inherited from:
iterable
def exactly[A](reference: Int): Validation[Seq[A], Unit]
Inherited from:
iterable
def nonEmpty[A]: Validation[Seq[A], Unit]
Inherited from:
iterable
def size[A]: Validation[Seq[A], Int]
Inherited from:
iterable