Ord

abstract class Ord[VL, UL, VR, UR] extends (Quantity[VL, UL], Quantity[VR, UR]) => Int
Source:
ops.scala
trait (Quantity[VL, UL], Quantity[VR, UR]) => Int
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(v1: Quantity[VL, UL], v2: Quantity[VR, UR]): R
Inherited from:
Function2
def curried: T1 => T2 => R
Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R
Inherited from:
Function2