scala.math

PartiallyOrdered

trait PartiallyOrdered[+A] extends AnyRef

A class for partially ordered data.

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def <[B >: A](that: B)(arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

  2. def <=[B >: A](that: B)(arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

  3. def >[B >: A](that: B)(arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

  4. def >=[B >: A](that: B)(arg0: (B) ⇒ PartiallyOrdered[B]): 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 hashCode(): Int

    Returns a hash code value for the object

  7. def toString(): String

    Returns a string representation of the object

  8. def tryCompareTo[B >: A](that: B)(arg0: (B) ⇒ PartiallyOrdered[B]): Option[Int]

    Result of comparing this with operand that