Ord

@implicitNotFound("Ordering not defined in scope for Quantity[${VL}, ${UL}] and Quantity[${VR}, ${UR}]")
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]): Int
Inherited from:
Function2
def curried: Quantity[VL, UL] => Quantity[VR, UR] => Int
Inherited from:
Function2
override def toString(): String
Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((Quantity[VL, UL], Quantity[VR, UR])) => Int
Inherited from:
Function2