ETypeWithFallback

trait ETypeWithFallback[A <: ToCodingAble](implicit aClassTag: ClassTag[A]) extends EType[A]
trait EType[A]
class Object
trait Matchable
class Any
object LANGUAGES.type

Value members

Abstract methods

def fallback(s: String): A
def fromOrdinal(i: Int): A

Concrete fields

lazy override val values: Array[A]
lazy override val withName: String => A

Inherited fields

val reference: String
Inherited from:
EType

Implicits

Inherited implicits

implicit val decoder: Decoder[A]
Inherited from:
EType
implicit val encoder: Encoder[A]
Inherited from:
EType