package syntax
- Alphabetic
- Public
- All
Type Members
-
final
class
CoproductOps[C <: Coproduct] extends AnyVal with Serializable
Carrier for
Coproductoperations.Carrier for
Coproductoperations.These methods are implemented here and extended onto the minimal
Coproducttypes to avoid issues that would otherwise be caused by the covariance of:+:[H, T]. -
final
case class
DynamicRecordOps[L <: HList](l: L) extends Dynamic with Product with Serializable
Record wrapper providing
selectDynamicaccess to fields. -
final
case class
DynamicUnionOps[C <: Coproduct](c: C) extends Dynamic with Product with Serializable
Discriminated union wrapper providing
selectDynamicaccess to fields. -
class
GenericZipperOps[C, CL <: HList] extends Serializable
Enhances values of any type with a representation via
Genericwith a method supporting conversion to aZipper. -
final
class
HListOps[L <: HList] extends Serializable
Carrier for
HListoperations.Carrier for
HListoperations.These methods are implemented here and pimped onto the minimal
HListtypes to avoid issues that would otherwise be caused by the covariance of::[H, T]. - final class HListZipperOps[L <: HList] extends AnyVal with Serializable
-
final
class
NatOps[N <: Nat] extends AnyVal with Serializable
Carrier for
Natoperations. -
final
class
RecordOps[L <: HList] extends AnyVal with Serializable
Record operations on
HList's with field-like elements. - trait SingletonOps extends AnyRef
- final class SizedConv[A, Repr] extends AnyRef
- final class TypeableOps[T] extends AnyVal with Serializable
-
final
class
UnionOps[C <: Coproduct] extends AnyVal with Serializable
Discriminated union operations on
Coproducts's with field-like elements.