Packages

object DataT extends DataT1 with Serializable

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

Type Members

  1. type Aux[F, T, Out0] = DataT[F, T] { type Out = Out0 }
    Definition Classes
    DataT0

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](implicit dtt: Lazy[DataT[P, T]]): DataT[P, T]
  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, OutH, OutT <: Coproduct](implicit ch: Lazy[Cases.Case1.Aux[P, H, OutH]], dtt: Lazy[Aux[P, T, OutT]]): Aux[P, :+:[H, T], :+:[OutH, OutT]]
  8. implicit def deriveCNil[P]: Aux[P, CNil, CNil]
  9. implicit def deriveHCons[P, H, T <: HList, OutH, OutT <: HList](implicit ch: Lazy[Cases.Case1.Aux[P, H, OutH]], dtt: Lazy[Aux[P, T, OutT]]): Aux[P, ::[H, T], ::[OutH, OutT]]
  10. implicit def deriveHNil[P]: Aux[P, HNil, HNil]
  11. implicit def deriveInstance[P, F, G](implicit gen: Generic.Aux[F, G], dtg: Lazy[Aux[P, G, G]]): Aux[P, F, F]
    Definition Classes
    DataT1
  12. implicit def dfltDataT[F, T]: Aux[F, T, T]

    Default DataT type class instance.

    Default DataT type class instance.

    Definition Classes
    DataT0
  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 genMapDataT[F <: Poly, M[X, Y], K, V, U](implicit ev: <:<[M[K, V], GenMap[K, V]], fv: Lazy[Cases.Case1.Aux[F, V, U]], cbf: CanBuildFrom[Nothing, (K, U), M[K, U]]): Aux[F, M[K, V], M[K, U]]
  17. implicit def genTraversableDataT[F <: Poly, CC[X] <: GenTraversable[X], T, U](implicit ft: Lazy[Cases.Case1.Aux[F, T, U]], cbf: CanBuildFrom[Nothing, U, CC[U]]): Aux[F, CC[T], CC[U]]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def gmapT[F, T](f: F)(t: T)(implicit data: Lazy[DataT[F, T]]): Out
  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 listDataT[F <: Poly, T, U](implicit ft: Lazy[Cases.Case1.Aux[F, T, U]]): Aux[F, List[T], List[U]]

    DataT type class instance for Lists.

    DataT type class instance for Lists.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.1) Superseded by genTraversableDataT

Inherited from Serializable

Inherited from Serializable

Inherited from DataT1

Inherited from DataT0

Inherited from AnyRef

Inherited from Any

Ungrouped