Packages

object Data extends Data1 with Serializable

Linear Supertypes
Serializable, Serializable, Data1, Data0, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. Serializable
  3. Serializable
  4. Data1
  5. Data0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 apply[P, T, R](implicit dt: Lazy[Data[P, T, R]]): Data[P, T, R]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. implicit def deriveCCons[P, H, T <: Coproduct, R](implicit ch: Lazy[Aux[P, H, R]], dt: Lazy[Data[P, T, R]]): Data[P, :+:[H, T], R]
  8. implicit def deriveCNil[P, R]: Data[P, CNil, R]
  9. implicit def deriveHCons[P, H, T <: HList, R](implicit ch: Lazy[Aux[P, H, R]], dt: Lazy[Data[P, T, R]]): Data[P, ::[H, T], R]
  10. implicit def deriveHNil[P, R]: Data[P, HNil, R]
  11. implicit def deriveInstance[P, F, R, G](implicit gen: Aux[F, G], dg: Lazy[Data[P, G, R]]): Data[P, F, R]
    Definition Classes
    Data1
  12. implicit def dfltData[F, T, R]: Data[F, T, R]

    Default Data type class instance.

    Default Data type class instance.

    Definition Classes
    Data0
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit def genMapData[P, M[X, Y], K, V, R](implicit ev: <:<[M[K, V], GenMap[K, V]], qv: Lazy[Aux[P, (K, V), R]]): Data[P, M[K, V], R]
  17. implicit def genTraversableData[P, C[X] <: GenTraversable[X], T, R](implicit qt: Lazy[Aux[P, T, R]]): Data[P, C[T], R]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def gmapQ[F, T, R](f: F)(t: T)(implicit data: Lazy[Data[F, T, R]]): List[R]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def listData[P, T, R](implicit qt: Lazy[Aux[P, T, R]]): Data[P, List[T], R]

    Data type class instance for Lists.

    Data type class instance for Lists.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.1) Superseded by genTraversableData

Inherited from Serializable

Inherited from Serializable

Inherited from Data1

Inherited from Data0

Inherited from AnyRef

Inherited from Any

Ungrouped