UnitConversion

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

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

Attributes

Source:
conversion.scala
Graph
Supertypes
trait V => V
class Object
trait Matchable
class Any
Known subtypes
class DoubleUC[UF, UT]
class FloatUC[UF, UT]
class RationalUC[UF, UT]

Members list

Concise view

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