oxygen.meta.K0.Generic
See theGeneric companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
trait IdentityGeneric[A]trait ProductOrSumGeneric[A]trait ProductGeneric[A]trait CaseClassGeneric[A]trait CaseObjectGeneric[A]trait SumGeneric[A]trait FlatGeneric[A]trait EnumGeneric[A]trait NestedGeneric[A]Show all
Members list
Type members
Classlikes
class CacheVals
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ChildFunction0
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChildFunction0.type
object ChildFunction1
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChildFunction1.type
object ChildFunction2
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChildFunction2.type
class MapChildren
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Types
type Bound
type ChildFunction0[O[_ <: Bound]] = [b <: Bound] => (x$1: Quotes, x$2: Type[b]) ?=> Child[b] => O[b]
type ChildFunction1[I[_], O[_]] = [b <: Bound] => (x$1: Quotes, x$2: Type[b]) ?=> (Child[b], I[b]) => O[b]
type ChildFunction2[I1[_], I2[_], O[_]] = [b <: Bound] => (x$1: Quotes, x$2: Type[b]) ?=> (Child[b], I1[b], I2[b]) => O[b]
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
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
In this article