MapRef

io.github.scalats.scala.MapRef
case class MapRef(keyType: TypeRef, valueType: TypeRef) extends TypeRef

Attributes

keyType

the type of the Map keys

valueType

the type of the Map values

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeRef
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product