scala.math.Ordering.UnitOrdering

Ops

class Ops extends AnyRef

definition classes: Ordering

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def <(rhs: T): Boolean

  2. def <=(rhs: T): Boolean

  3. def >(rhs: T): Boolean

  4. def >=(rhs: T): Boolean

  5. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  6. def equiv(rhs: T): Boolean

  7. def hashCode(): Int

    Returns a hash code value for the object

  8. def max(rhs: T): T

  9. def min(rhs: T): T

  10. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new Ops(lhs: T)

  2. new Ops()