Packages

final class Bool extends BoxMean with Product with Serializable

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

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 productElementName(n: Int): String
    Definition Classes
    Bool → Product
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def productIterator: Iterator[Any]
    Definition Classes
    Product
  9. def productPrefix: String
    Definition Classes
    Bool → Product
  10. def toString(): String
    Definition Classes
    Bool → AnyRef → Any
  11. val value: Boolean
  12. def withValue(value: Boolean): Bool