object LabelledGeneric extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabelledGeneric
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Aux[T, Repr0] = LabelledGeneric[T] { type Repr = Repr0 }
Like shapeless.Generic.Aux, this is an implementation of the Aux pattern, please see comments there.
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[T](implicit lgen: LabelledGeneric[T]): Aux[T, Repr]
Provides an instance of LabelledGeneric for the given T.
Provides an instance of LabelledGeneric for the given T. As with shapeless.Generic, use this method or
the[LabelledGeneric[T]]
to obtain an instance for suitable given T. the[LabelledGeneric[T]] }}}
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
materializeCoproduct[T, K <: HList, V <: Coproduct, R <: Coproduct](implicit lab: DefaultSymbolicLabelling.Aux[T, K], gen: Generic.Aux[T, V], zip: ops.coproduct.ZipWithKeys.Aux[K, V, R], ev: <:<[R, V]): Aux[T, R]
Handles the Coproduct case (specifying subclasses derive from a sealed trait)
-
implicit
def
materializeProduct[T, K <: HList, V <: HList, R <: HList](implicit lab: DefaultSymbolicLabelling.Aux[T, K], gen: Generic.Aux[T, V], zip: ops.hlist.ZipWithKeys.Aux[K, V, R], ev: <:<[R, V]): Aux[T, R]
Handles the Product case (fields in a case class, for example)
-
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( ... )