CogenInstances

enumeratum.values.CogenInstances

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object scalacheck.type

Members list

Implicits

Implicits

implicit def cogenByteEnumEntry[EnumType <: ByteEnumEntry : ByteEnum]: Cogen[EnumType]
implicit def cogenCharEnumEntry[EnumType <: CharEnumEntry : CharEnum]: Cogen[EnumType]
implicit def cogenIntEnumEntry[EnumType <: IntEnumEntry : IntEnum]: Cogen[EnumType]
implicit def cogenLongEnumEntry[EnumType <: LongEnumEntry : LongEnum]: Cogen[EnumType]
implicit def cogenShortEnumEntry[EnumType <: ShortEnumEntry : ShortEnum]: Cogen[EnumType]
implicit def cogenStringEnumEntry[EnumType <: StringEnumEntry : StringEnum]: Cogen[EnumType]