NestedGeneric
oxygen.meta.K0.SumGeneric.NestedGeneric
trait NestedGeneric[A] extends SumGeneric[A]
Attributes
- Graph
-
- Supertypes
-
trait SumGeneric[A]trait ProductOrSumGeneric[A]trait Generic[A]trait Entity[A]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
class CacheVals
Attributes
- Inherited from:
- Generic
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- SumGeneric
- Supertypes
object ChildFunction0
Attributes
- Inherited from:
- Generic
- Supertypes
-
class Objecttrait Matchableclass Any
object ChildFunction1
Attributes
- Inherited from:
- Generic
- Supertypes
-
class Objecttrait Matchableclass Any
object ChildFunction2
Attributes
- Inherited from:
- Generic
- Supertypes
-
class Objecttrait Matchableclass Any
class MapChildren
Attributes
- Inherited from:
- Generic
- Supertypes
-
class Objecttrait Matchableclass Any
class Matcher
Attributes
- Inherited from:
- SumGeneric
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
Attributes
- Inherited from:
- SumGeneric
Attributes
- Inherited from:
- SumGeneric
type ChildFunction0[O[_ <: Bound]] = [b <: Bound] => (x$1: Quotes, x$2: Type[b]) ?=> Child[b] => O[b]
Attributes
- Inherited from:
- Generic
type ChildFunction1[I[_], O[_]] = [b <: Bound] => (x$1: Quotes, x$2: Type[b]) ?=> (Child[b], I[b]) => O[b]
Attributes
- Inherited from:
- Generic
type ChildFunction2[I1[_], I2[_], O[_]] = [b <: Bound] => (x$1: Quotes, x$2: Type[b]) ?=> (Child[b], I1[b], I2[b]) => O[b]
Attributes
- Inherited from:
- Generic
Value members
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- SumGeneric
Attributes
- Inherited from:
- Generic
Attributes
- Inherited from:
- Entity
final def summonTypeClassOrDerive[TC[_] : Type](f: => Type[A] ?=> Expr[TC[A]])(using evidence$1: Type[TC], quotes: Quotes): Expr[TC[A]]
Attributes
- Inherited from:
- Entity
Inherited and Abstract methods
Attributes
- Inherited from:
- SumGeneric
Inherited and Abstract fields
Attributes
- Inherited from:
- ProductOrSumGeneric
Attributes
- Inherited from:
- SumGeneric
In this article