case class MapRef(keyType: TypeRef, valueType: TypeRef) extends TypeRef with Product with Serializable
- keyType
the type of the
Map
keys- valueType
the type of the
Map
values
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapRef
- Serializable
- Serializable
- Product
- Equals
- TypeRef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All