io.scalaland.enumz.EnumeratumImplicits.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enumz_3 Show documentation
Show all versions of enumz_3 Show documentation
Common type class interface for various enums implementations
The newest version!
package io.scalaland.enumz
private[enumz] trait EnumeratumImplicits {
inline given enumeratumEnum[E <: enumeratum.EnumEntry]: Enum[E] = ${ internal.EnumeratumMacros.`enum`[E] }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy