DeltaOrd

@implicitNotFound("Ordering not defined in scope for DeltaQuantity[${VL}, ${UL}] and DeltaQuantity[${VR}, ${UR}]")
abstract class DeltaOrd[B, VL, UL, VR, UR] extends (DeltaQuantity[VL, UL, B], DeltaQuantity[VR, UR, B]) => Int
Source:
ops.scala
trait (DeltaQuantity[VL, UL, B], DeltaQuantity[VR, UR, B]) => Int
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(v1: DeltaQuantity[VL, UL, B], v2: DeltaQuantity[VR, UR, B]): Int
Inherited from:
Function2
def curried: DeltaQuantity[VL, UL, B] => DeltaQuantity[VR, UR, B] => Int
Inherited from:
Function2
override def toString(): String
Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((DeltaQuantity[VL, UL, B], DeltaQuantity[VR, UR, B])) => Int
Inherited from:
Function2