PizzaBase

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

Type members

Classlikes

case
object CREAM extends PizzaBase
case
object TOMATO extends PizzaBase

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

Concrete methods

def to(e: PizzaBase): (String, Int)

Inherited methods

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

Concrete fields

val hints: Hints
val id: ShapeId
val schema: Schema[PizzaBase]
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 staticSchema: Static[Schema[PizzaBase]]

Inherited implicits

implicit
Inherited from
Companion