package collection
- Alphabetic
- Public
- All
Type Members
- case class TheTypes(concreteTypes: Set[ObjectType]) extends TypesSet with Product with Serializable
-
abstract
class
TypesSet extends AnyRef
An efficient representation of a set of types if some types are actually upper type bounds and hence already represent sets of types.
- case class UpperTypeBounds(upperTypeBounds: Set[ObjectType]) extends TypesSet with Product with Serializable
Value Members
- object EmptyTypesSet extends TypesSet with Product with Serializable
- object TypesSet