DeltaSub

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

Type members

Types

type UO
type VO

Value members

Abstract fields

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