EnumResult

object EnumResult extends Enumeration[EnumResult] with Companion[EnumResult]
Companion:
class
trait Sum
trait Mirror
trait Enumeration[EnumResult]
trait Companion[EnumResult]
trait Has[EnumResult]
trait ShapeTag[EnumResult]
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

case object FIRST extends EnumResult
case object SECOND extends EnumResult

Inherited classlikes

object hint
Inherited from:
Companion

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]
Inherited from:
Enumeration
final def fromString(s: String): Option[E]
Inherited from:
Enumeration
final override def getTag: ShapeTag[A]
Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Inherited fields

Inherited from:
Enumeration
lazy val valueMap: Map[String, EnumResult]
Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[EnumResult]

Inherited implicits

implicit val tagInstance: ShapeTag[EnumResult]
Inherited from:
Companion