AtLeast

final case
class AtLeast[F <: (Iterable), A](equal: Boolean, reference: Int) extends Collection[F, A]
trait Serializable
trait Product
trait Equals
class Collection[F, A]
class Validation[F[A], Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

def error(actual: Int): Error
override
def errors(input: F[A]): List[Error]
Definition Classes
override
def run(input: F[A]): ValidatedNel[Error, Unit]
Definition Classes

Inherited methods

final
def andThen[T](validation: Validation[Unit, T]): Validation[F[A], T]
Inherited from
Validation
final
def collect[T](f: PartialFunction[Unit, T]): Validation[F[A], T]
Inherited from
Validation
final
def map[T](f: Unit => T): Validation[F[A], T]
Inherited from
Validation
final
def modifyError(pf: PartialFunction[Error, Error]): Validation[F[A], Unit]
Inherited from
Validation
final
def modifyErrors(f: NonEmptyList[Error] => NonEmptyList[Error]): Validation[F[A], Unit]
Inherited from
Validation
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def withError(error: Error): Validation[F[A], Unit]
Inherited from
Validation
final
def withErrors(errors: NonEmptyList[Error]): Validation[F[A], Unit]
Inherited from
Validation