Packages

final class ExtraRichOrdered[A <: Ordered[A]] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtraRichOrdered
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExtraRichOrdered(self: A)

Value Members

  1. def !<>(that: A): Boolean

    Returns true if this and that are equal by their natural ordering; false otherwise.

    Returns true if this and that are equal by their natural ordering; false otherwise. (That is, returns true if this is neither greater than nor less than that.)

    that

    the thing to which to compare this

    returns

    true if this and that are equal by their natural ordering

  2. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  3. final def ##: Int
    Definition Classes
    Any
  4. def <>(that: A): Boolean

    Returns true if this and that are unequal by their natural ordering; false otherwise.

    Returns true if this and that are unequal by their natural ordering; false otherwise. (That is, returns true if this is greater than or less than that.)

    that

    the thing to which to compare this

    returns

    true if this and that are unequal by their natural ordering

  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped