PizzaBase

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

Type members

Classlikes

case object CREAM extends PizzaBase
case object TOMATO extends PizzaBase

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
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Inherited methods

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

Concrete fields

val hints: Hints
val id: ShapeId
val values: List[PizzaBase]

Inherited fields

lazy val ordinalMap: Map[Int, PizzaBase]
Inherited from:
Enumeration
lazy val valueMap: Map[String, PizzaBase]
Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[PizzaBase]

Inherited implicits

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