OrderedProxy

@nowarn("cat=deprecation")
trait OrderedProxy[T] extends Ordered[T] with Typed[T]
trait Typed[T]
trait Proxy
trait Ordered[T]
trait Comparable[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def ord: Ordering[T]

Concrete methods

Inherited methods

def <(that: T): Boolean

Returns true if this is less than that

Returns true if this is less than that

Inherited from:
Ordered
Source:
Ordered.scala
def <=(that: T): Boolean

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

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

Inherited from:
Ordered
Source:
Ordered.scala
def >(that: T): Boolean

Returns true if this is greater than that.

Returns true if this is greater than that.

Inherited from:
Ordered
Source:
Ordered.scala
def >=(that: T): Boolean

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

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

Inherited from:
Ordered
Source:
Ordered.scala
def compareTo(that: T): Int

Result of comparing this with operand that.

Result of comparing this with operand that.

Inherited from:
Ordered
Source:
Ordered.scala
override def equals(that: Any): Boolean
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
override def hashCode: Int
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
def self: T
Inherited from:
Typed
Source:
Proxy.scala
override def toString: String
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala