set

object set extends iterable[Set]
class iterable[Set]
class Object
trait Matchable
class Any
set.type

Value members

Concrete methods

def contains[A : Encoder](reference: A): Validation[Set[A], Unit]

Inherited methods

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