TruncatingUnitConversion

coulomb.conversion.TruncatingUnitConversion
abstract class TruncatingUnitConversion[V, UF, UT] extends V => V

Attributes

Source
conversion.scala
Graph
Supertypes
trait V => V
class Object
trait Matchable
class Any
Known subtypes
class BigIntTUC[UF, UT]
class IntTUC[UF, UT]
class LongTUC[UF, UT]

Members list

Value members

Inherited methods

def andThen[A](g: V => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: V): R

Attributes

Inherited from:
Function1
def compose[A](g: A => V): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1