oxygen.meta.K0.SumGeneric
See theSumGeneric companion object
sealed trait SumGeneric[A] extends ProductOrSumGeneric[A]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait ProductOrSumGeneric[A]trait Generic[A]trait Entity[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
- Self type
-
SumGeneric[A]
Members list
Type members
Inherited classlikes
class CacheVals
Attributes
- Inherited from:
- Generic
- Supertypes
-
class Objecttrait Matchableclass Any
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
Inherited types
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
- 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
Abstract fields
Inherited fields
Attributes
- Inherited from:
- Generic
Inherited and Abstract fields
Attributes
- Inherited from:
- ProductOrSumGeneric
In this article