list

object list extends seq[List]
class seq[List]
class iterable[List]
class Object
trait Matchable
class Any
list.type

Value members

Inherited methods

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