Trait

scala.runtime

OrderedProxy

Related Doc: package runtime

Permalink

trait OrderedProxy[T] extends Ordered[T] with Typed[T]

Linear Supertypes
Typed[T], Proxy, math.Ordered[T], Comparable[T], Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderedProxy
  2. Typed
  3. Proxy
  4. Ordered
  5. Comparable
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  2. abstract def ord: Ordering[T]

    Permalink
    Attributes
    protected
  3. abstract def self: T

    Permalink
    Definition Classes
    TypedProxy

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def <(that: T): Boolean

    Permalink

    Returns true if this is less than that

    Returns true if this is less than that

    Definition Classes
    Ordered
  4. def <=(that: T): Boolean

    Permalink

    Returns true if this is less than or equal to that.

    Returns true if this is less than or equal to that.

    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def >(that: T): Boolean

    Permalink

    Returns true if this is greater than that.

    Returns true if this is greater than that.

    Definition Classes
    Ordered
  7. def >=(that: T): Boolean

    Permalink

    Returns true if this is greater than or equal to that.

    Returns true if this is greater than or equal to that.

    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def compare(y: T): Int

    Permalink

    Result of comparing this with operand that.

    Result of comparing this with operand that.

    Implement this method to determine how instances of A will be sorted.

    Returns x where:

    • x < 0 when this < that
    • x == 0 when this == that
    • x > 0 when this > that
    Definition Classes
    OrderedProxyOrdered
  10. def compareTo(that: T): Int

    Permalink

    Result of comparing this with operand that.

    Result of comparing this with operand that.

    Definition Classes
    Ordered → Comparable
  11. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def toString(): String

    Permalink
    Definition Classes
    Proxy → Any

Inherited from Typed[T]

Inherited from Proxy

Inherited from math.Ordered[T]

Inherited from Comparable[T]

Inherited from Any

Ungrouped