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]

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