DeltaUnitConversion

coulomb.conversion.DeltaUnitConversion
abstract class DeltaUnitConversion[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 DoubleDUC[B, UF, UT]
class FloatDUC[B, UF, UT]
class RationalDUC[B, 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