TruncatingDeltaUnitConversion

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

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

Attributes

Source
conversion.scala
Graph
Supertypes
trait V => V
class Object
trait Matchable
class Any
Known subtypes
class BigIntTDUC[B, UF, UT]
class IntTDUC[B, UF, UT]
class LongTDUC[B, 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