seq

abstract class seq[F <: (Seq)] extends iterable[F]
Companion:
object
class iterable[F]
class Object
trait Matchable
class Any
object list.type
object seq.type
object vector.type

Value members

Concrete methods

def contains[A : Show](reference: A): Validation[F[A], Unit]

Inherited methods

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