CouldBeOrdered

org.saddle.scalar.CouldBeOrdered

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ScalarTag[T]
object ScalarTagBool.type
object ScalarTagDouble.type
object ScalarTagInt.type
object ScalarTagLong.type

Members list

Concise view

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