GenHKDGeneric
Attributes
- Source
- hkdGeneric.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait GenHKDProductGeneric[A]trait HKDProductGeneric[A]trait GenHKDSumGeneric[A]trait HKDSumGeneric[A]trait HKDGeneric[A]
Members list
Type members
Types
Attributes
- Source
- hkdGeneric.scala
A representation of A supporting higher kinded types.
A wrapper for Index where we want wildcards of it.
The index of the Gen type.
The name of the fields of A type. Field in this case can mean either the children of a sum type, or the fields of a product type.
The name of the fields of A type. Field in this case can mean either the children of a sum type, or the fields of a product type.
Attributes
- Source
- hkdGeneric.scala
A tuple representation of A.
The name of the A type.
Value members
Abstract methods
Convert a value of the higher kinded representation to Cat[A]
.
Convert a value of Cat[A]
to the higher kinded representation.
Converts Gen to the tuple representation.
Returns the index of the field a name corresponds to.
The name of the fields of A type. Field in this case can mean either the children of a sum type, or the fields of a product type.
The name of the fields of A type. Field in this case can mean either the children of a sum type, or the fields of a product type.
Attributes
- Source
- hkdGeneric.scala
Validates a string as a name if it matches the name of a field.
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Converts the tuple representation to Gen.
The name of the A type.
Concrete methods
Converts Gen to the scala tuple representation.
Given a index, return the name of the index.
Converts the scala tuple representation to Gen.
Upcast an index to its bound.
Givens
Givens
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Extensions
Extensions
Attributes
- Source
- hkdGeneric.scala
Exports
Defined exports
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- hkdGeneric.scala
Attributes
- Source
- BoundedRepresentableK.scala
Access the indices or the representation of this type.
Helper function that calls tabulateK with Const.
A higher kinded equivalent of cats.Representable.tabulate.
A higher kinded equivalent of cats.Applicative.unit.