Packages

case class BoolVal(value: Boolean) extends DataVal with Product with Serializable

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

Instance Constructors

  1. new BoolVal(value: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def as[T](implicit arg0: ClassTag[T]): T
    Definition Classes
    DataVal
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def dataType: DataType
    Definition Classes
    BoolValDataVal
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def isMissing: Boolean
    Definition Classes
    DataVal
  12. def isNumeric: Boolean
    Definition Classes
    BoolValDataVal
  13. def isString: Boolean
    Definition Classes
    BoolValDataVal
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def nonMissing: Boolean
    Definition Classes
    DataVal
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toBool: Boolean
    Definition Classes
    BoolValDataVal
  21. def toByte: Byte
    Definition Classes
    BoolValDataVal
  22. def toChar: Char
    Definition Classes
    BoolValDataVal
  23. def toDouble: Double
    Definition Classes
    BoolValDataVal
  24. def toInt: Int
    Definition Classes
    BoolValDataVal
  25. def toLong: Long
    Definition Classes
    BoolValDataVal
  26. def toShort: Short
    Definition Classes
    BoolValDataVal
  27. def toString(): String
    Definition Classes
    BoolVal → AnyRef → Any
  28. def toVal: Any
    Definition Classes
    BoolValDataVal
  29. val value: Boolean
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from DataVal

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped