TruncatingUnitConversion

@implicitNotFound("No truncating unit conversion in scope for value type ${V}, unit types ${UF} => ${UT}")
abstract class TruncatingUnitConversion[V, UF, UT] extends V => V
trait V => V
class Object
trait Matchable
class Any
class IntTUC[UF, UT]
class LongTUC[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