package collection
- Alphabetic
- Public
- Protected
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
- case object EmptyTypesSet extends TypesSet with Product with Serializable
- object TypesSet