Packages

case class DateVal(value: Date) extends NumericVal with Product with Serializable

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

Instance Constructors

  1. new DateVal(value: Date)

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
    DateValDataVal
  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
    DateValDataVal
  12. def isNumeric: Boolean
    Definition Classes
    DateValNumericValDataVal
  13. def isString: Boolean
    Definition Classes
    DateValNumericValDataVal
  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
    DateValDataVal
  21. def toByte: Byte
    Definition Classes
    DateValDataVal
  22. def toChar: Char
    Definition Classes
    DateValDataVal
  23. def toDate: Date
  24. def toDouble: Double
    Definition Classes
    DateValDataVal
  25. def toInt: Int
    Definition Classes
    DateValDataVal
  26. def toLong: Long
    Definition Classes
    DateValDataVal
  27. def toShort: Short
    Definition Classes
    DateValDataVal
  28. def toString(): String
    Definition Classes
    DateVal → AnyRef → Any
  29. def toVal: Any
    Definition Classes
    DateValDataVal
  30. val value: Date
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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 NumericVal

Inherited from DataVal

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped