Packages

object PropertyBounds

Source
PropertyBounds.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyBounds
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(pbt: PropertiesBoundType, pk: PropertyKind): PropertyBounds
  2. def apply(pbt: PropertiesBoundType, pks: Array[PropertyKind]): Set[PropertyBounds]
  3. def finalP(pk: PropertyKind): PropertyBounds
  4. def finalPs(pks: PropertyKind*): Set[PropertyBounds]
  5. def lb(pk: PropertyKind): PropertyBounds
  6. def lbs(pks: PropertyKind*): Set[PropertyBounds]
  7. def lub(pk: PropertyKind): PropertyBounds
  8. def lubs(pks: PropertyKind*): Set[PropertyBounds]
  9. def ub(pk: PropertyKind): PropertyBounds
  10. def ubs(pks: PropertyKind*): Set[PropertyBounds]