CitySummaries

object CitySummaries extends Newtype[List[CitySummary]]
class Newtype[List[CitySummary]]
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: List[CitySummary]): Type
Inherited from
Newtype
def unapply(orig: Type): Some[List[CitySummary]]
Inherited from
Newtype

Concrete fields

val hints: Hints
val id: ShapeId
val schema: Schema[CitySummaries]
val underlyingSchema: Schema[List[CitySummary]]

Extensions

Inherited extensions

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

Implicits

Implicits

implicit
val staticSchema: Static[Schema[CitySummaries]]

Inherited implicits

implicit
val key: Key[Type]
Inherited from
Newtype