ShowGeneric

oxygen.core.generic.ShowGeneric
object ShowGeneric extends Derivable[Show]

Attributes

Graph
Supertypes
trait Derivable[Show]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object annotation

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
annotation.type

Value members

Concrete methods

inline def derived[A]: Show[A]

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Attributes