TruncatingDeltaUnitConversion

@implicitNotFound("No truncating unit conversion in scope for value type ${V}, unit types ${UF} => ${UT}")
abstract class TruncatingDeltaUnitConversion[V, B, UF, UT] extends V => V

Convert a value of type V from implied delta units UF to UT

Source:
conversion.scala
trait V => V
class Object
trait Matchable
class Any
class IntTDUC[B, UF, UT]
class LongTDUC[B, UF, UT]

Value members

Inherited methods

def andThen[A](g: V => A): V => A
Inherited from:
Function1
def apply(v1: V): V
Inherited from:
Function1
def compose[A](g: A => V): A => V
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1