Packages

sealed abstract class bool extends Value with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Value, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bool
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Value
  7. AnyRef
  8. Any
Implicitly
  1. by convertValue
  2. by convertValue
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def productArity: Int
    Definition Classes
    Product
  2. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    bool → Equals
  2. def equals(that: Any): Boolean
    Definition Classes
    bool → Equals → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    bool → AnyRef → Any
  4. def productIterator: Iterator[Any]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    Product
  6. val value: Boolean