IdentityChild
oxygen.meta.K0.IdentityGeneric.IdentityChild
final class IdentityChild[B <: A] extends Child[A, B, A]
Attributes
- Graph
-
- Supertypes
Members list
Type members
Types
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Child
final def summonTypeClassOrDerive[TC[_] : Type](f: => Type[B] ?=> Expr[TC[B]])(using evidence$1: Type[TC], quotes: Quotes): Expr[TC[B]]
Attributes
- Inherited from:
- Entity
Meant to be used in the following manner:
Meant to be used in the following manner:
Entity in this entity could be any of Generic, ProductGeneric, SumGeneric, Field, Case
val untyped: Entity[?] = ???
type A
val typed: Entity[A] = untyped.typedAs[A]
Entity in this case could be any of Generic, ProductGeneric, SumGeneric, Field, Case
Attributes
- Inherited from:
- Entity
In this article