case object DateRef extends SimpleTypeRef with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateRef
  2. Serializable
  3. Product
  4. Equals
  5. SimpleTypeRef
  6. TypeRef
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    SimpleTypeRef → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    SimpleTypeRef → AnyRef → Any
  3. val name: String

    The type name

    The type name

    Definition Classes
    SimpleTypeRef → TypeRef
  4. def productElementName(n: Int): String
    Definition Classes
    Product
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def requires: ListSet[TypeRef]
    Definition Classes
    SimpleTypeRef → TypeRef
    Annotations
    @inline()
  7. def toString(): String
    Definition Classes
    SimpleTypeRef → AnyRef → Any
    Annotations
    @inline()