Validity

sealed trait Validity extends SafeBool[Validity] with WithBoolOps[Validity]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Invalid.type
object Valid.type

Value members

Concrete methods

final override def companion: Object[Validity]
Definition Classes

Inherited methods

final def &(that: => Validity): Validity
Inherited from:
WithBoolOps
final def &&(that: => Boolean): Validity
Inherited from:
WithBoolOps
def canEqual(that: Any): Boolean
Inherited from:
Equals
final def fnToThisWhen[A](f: A => Boolean): A => Validity
Inherited from:
SafeBool
@inline
final def is(b: Validity): Boolean
Inherited from:
SafeBool
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
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