Packages

final class Bool extends BoxMean with Product with Serializable

Linear Supertypes
BoxMean, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bool
  2. BoxMean
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Bool(value: Boolean)

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Bool → Equals
  2. def equals(obj: Any): Boolean
    Definition Classes
    Bool → Equals → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Bool → AnyRef → Any
  4. def productArity: Int
    Definition Classes
    Bool → Product
  5. def productElement(n: Int): Any
    Definition Classes
    Bool → Product
  6. def productIterator: Iterator[Any]
    Definition Classes
    Product
  7. def productPrefix: String
    Definition Classes
    Bool → Product
  8. def toString(): String
    Definition Classes
    Bool → AnyRef → Any
  9. val value: Boolean
  10. def withValue(value: Boolean): Bool