Menu

object Menu extends Newtype[Map[String, MenuItem]]
class Newtype[Map[String, MenuItem]]
trait HasId
class Object
trait Matchable
class Any

Type members

Inherited types

opaque type Type
Inherited from
Newtype

Value members

Inherited methods

def apply(a: Map[String, MenuItem]): Type
Inherited from
Newtype
def unapply(orig: Type): Some[Map[String, MenuItem]]
Inherited from
Newtype

Concrete fields

val hints: Hints
val id: ShapeId
val schema: Schema[Menu]
val underlyingSchema: Schema[Map[String, MenuItem]]

Extensions

Inherited extensions

extension (orig: Type)
def value: Map[String, MenuItem]
Inherited from
Newtype

Implicits

Implicits

implicit
val staticSchema: Static[Schema[Menu]]

Inherited implicits

implicit
val key: Key[Type]
Inherited from
Newtype