Validity

object Validity extends Object[Validity]
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object Values
Inherited from:
Object

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
final type Values[+A] = Values[B, A]
Inherited from:
Object

Value members

Concrete methods

def apply(d: Either[Any, Any]): Validity
Definition Classes
Definition Classes

Inherited methods

final def exists(f: Validity => Boolean): Boolean
Inherited from:
Object
final def fold[A](a: A)(f: (A, Validity) => A): A
Inherited from:
Object
final def forall(f: Validity => Boolean): Boolean
Inherited from:
Object
final def mapReduce[X, Y](m: Validity => X)(r: (X, X) => Y): Y
Inherited from:
Object
final def memo[A](f: Validity => A): Validity => A
Inherited from:
Object
final def memoLazy[A](f: Validity => A): Validity => A
Inherited from:
Object

Implicits

Inherited implicits

final implicit def equality: UnivEq[Validity]
Inherited from:
Object