Sub

@implicitNotFound("Subtraction not defined in scope for Quantity[${VL}, ${UL}] and Quantity[${VR}, ${UR}]")
abstract class Sub[VL, UL, VR, UR]
class Object
trait Matchable
class Any
class SubNC[VL, UL, VR, UR, VOp, UOp]

Type members

Types

type UO
type VO

Value members

Abstract fields

val eval: (Quantity[VL, UL], Quantity[VR, UR]) => Quantity[VO, UO]