MapRef

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

Value parameters

keyType

the type of the Map keys

valueType

the type of the Map values

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product