CouldBeOrdered

trait CouldBeOrdered[@specialized(Boolean, Int, Long, Float, Double) T]
class Object
trait Matchable
class Any
trait ScalarTag[T]
class ScalarTagAny[T]
object ScalarTagByte.type
object ScalarTagChar.type
object ScalarTagFloat.type
object ScalarTagShort.type
object ScalarTagBool.type
object ScalarTagDouble.type
object ScalarTagInt.type
object ScalarTagLong.type

Value members

Abstract methods

def compare(a: T, b: T)(implicit ev: Order[T]): Int

Concrete methods

def gt(a: T, b: T)(implicit ev: Order[T]): Boolean
def iseq(a: T, b: T)(implicit ev: Order[T]): Boolean
def lt(a: T, b: T)(implicit ev: Order[T]): Boolean