object OrdLaws extends Lawful[Ord]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrdLaws
  2. ZLawful
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def +[Caps1[x] <: Ord[x], R1 <: Any](that: ZLawful[Caps1, R1]): ZLawful[Caps1, R1]
    Definition Classes
    ZLawful
  2. lazy val complementLaw: Laws[Ord]

    For all values a1 and a2, a1 is less than or equal to a2 if and only if a2 is greater than or equal to a1.

  3. lazy val connexityLaw1: Laws[Ord]

    For all values a1 and a2, a1 is less than or equal to a2 or a2 is less than or equal to a1.

  4. lazy val connexityLaw2: Laws[Ord]

    For all values a1 and a2, a1 is greater than or equal to a2 or a2 is greater than or equal to a1.

  5. lazy val laws: Laws[Ord]

    The set of all laws that instances of Ord must satisfy.

    The set of all laws that instances of Ord must satisfy.

    Definition Classes
    OrdLaws → ZLawful