Validation

final case class Validation[A](bool: Bool[Predicate[A]])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def &&(that: Validation[A]): Validation[A]
def validate(value: A): Either[Chunk[ValidationError], Unit]
def ||(that: Validation[A]): Validation[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product