Ingredients

object Ingredients extends Newtype[List[Ingredient]]
class Newtype[List[Ingredient]]
trait HasId
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object hint
Inherited from:
Newtype

Inherited types

opaque type Type
Inherited from:
Newtype

Value members

Inherited methods

def apply(a: List[Ingredient]): Type
Inherited from:
Newtype
def unapply(orig: Type): Some[List[Ingredient]]
Inherited from:
Newtype

Concrete fields

val hints: Hints
val id: ShapeId
val schema: Schema[Ingredients]
val underlyingSchema: Schema[List[Ingredient]]

Extensions

Inherited extensions

extension (orig: Type)
def value: List[Ingredient]
Inherited from:
Newtype

Implicits

Implicits

implicit val staticSchema: Static[Schema[Ingredients]]

Inherited implicits

implicit val tag: ShapeTag[Type]
Inherited from:
Newtype