object Data extends Data1 with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Data
- Serializable
- Serializable
- Data1
- Data0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[P, T, R](implicit dt: Lazy[Data[P, T, R]]): Data[P, T, R]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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]
- implicit def deriveCNil[P, R]: Data[P, CNil, R]
- 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]
- implicit def deriveHNil[P, R]: Data[P, HNil, R]
-
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
-
implicit
def
dfltData[F, T, R]: Data[F, T, R]
Default Data type class instance.
Default Data type class instance.
- Definition Classes
- Data0
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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]
- implicit def genTraversableData[P, C[X] <: GenTraversable[X], T, R](implicit qt: Lazy[Aux[P, T, R]]): Data[P, C[T], R]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gmapQ[F, T, R](f: F)(t: T)(implicit data: Lazy[Data[F, T, R]]): List[R]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )