Disabled

case object Disabled extends Enabled
trait Singleton
trait Product
trait Mirror
trait Enabled
trait WithBoolOps[Enabled]
trait SafeBool[Enabled]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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