Invalid

case object Invalid extends Validity
trait Singleton
trait Product
trait Mirror
trait Validity
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Invalid.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

final def &(that: => Validity): Validity
Inherited from:
WithBoolOps
final def &&(that: => Boolean): Validity
Inherited from:
WithBoolOps
final override def companion: Object[Validity]
Definition Classes
Inherited from:
Validity
final def fnToThisWhen[A](f: A => Boolean): A => Validity
Inherited from:
SafeBool
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
@inline
final def is(b: Validity): Boolean
Inherited from:
SafeBool
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def unary_!: Validity
Inherited from:
SafeBool
@inline
final def when(cond: Boolean): Validity
Inherited from:
SafeBool
final def whenAllAre(bs: Validity*): Validity
Inherited from:
SafeBool
final def whenAnyAre(bs: Validity*): Validity
Inherited from:
SafeBool
final def |(that: => Validity): Validity
Inherited from:
WithBoolOps
final def ||(that: => Boolean): Validity
Inherited from:
WithBoolOps