EnumResult

smithy4s.example.EnumResult
See theEnumResult companion class
object EnumResult extends Enumeration[EnumResult], Companion[EnumResult]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait Enumeration[EnumResult]
trait Companion[EnumResult]
trait Has[EnumResult]
trait ShapeTag[EnumResult]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
EnumResult.type

Members list

Type members

Classlikes

case object FIRST extends EnumResult

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class EnumResult
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FIRST.type
case object SECOND extends EnumResult

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class EnumResult
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SECOND.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[E]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId
val tag: EnumTag[EnumResult]

Inherited fields

Attributes

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

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[EnumResult]

Inherited implicits

implicit val tagInstance: ShapeTag[EnumResult]

Attributes

Inherited from:
Companion