Enabled

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

Type members

Inherited classlikes

object Values
Inherited from
Object

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
final type Values[+A] = Values[B, A]
Inherited from
Object

Value members

Concrete methods

override def negative: Enabled & SafeBool[Enabled]
Definition Classes
Object
override def positive: Enabled & SafeBool[Enabled]
Definition Classes
Object

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 exists(f: Enabled => Boolean): Boolean
Inherited from
Object
final def fnToThisWhen[A](f: A => Boolean): A => Enabled
Inherited from
SafeBool
final def fold[A](a: A)(f: (A, Enabled) => A): A
Inherited from
Object
final def forall(f: Enabled => Boolean): Boolean
Inherited from
Object
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
@inline
final def is(b: Enabled): Boolean
Inherited from
SafeBool
final def mapReduce[X, Y](m: Enabled => X)(r: (X, X) => Y): Y
Inherited from
Object
final def memo[A](f: Enabled => A): Enabled => A
Inherited from
Object
final def memoLazy[A](f: Enabled => A): Enabled => A
Inherited from
Object
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

Implicits

Implicits

implicit val reusability: Reusability[Enabled]

Inherited implicits

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