ShowGeneric
oxygen.core.generic.ShowGeneric
object ShowGeneric extends Derivable[Show]
Attributes
- Graph
-
- Supertypes
- Self type
-
ShowGeneric.type
Members list
Type members
Classlikes
object annotation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
annotation.type
Inherited classlikes
object deriveInternal
Attributes
- Inherited from:
- Derivable
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }
Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }
Attributes
Givens
Inherited givens
Attributes
- Inherited from:
- Derivable
In this article