coulomb.conversion

Members list

Concise view

Type members

Classlikes

abstract class DeltaUnitConversion[V, B, UF, UT] extends V => V

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

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 AlgebraicDUC[B, UF, UT]
class BigDecimalDUC[B, UF, UT]
class RationalDUC[B, UF, UT]
class RealDUC[B, UF, UT]
class DoubleDUC[B, UF, UT]
class FloatDUC[B, UF, UT]
class RationalDUC[B, UF, UT]
abstract class TruncatingDeltaUnitConversion[V, B, UF, UT] extends V => V

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

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]
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]
abstract class TruncatingValueConversion[VF, VT] extends VF => VT

Attributes

Source:
conversion.scala
Graph
Supertypes
trait VF => VT
class Object
trait Matchable
class Any
Known subtypes
abstract class UnitConversion[V, UF, UT] extends V => V

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

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 AlgebraicUC[UF, UT]
class BigDecimalUC[UF, UT]
class RationalUC[UF, UT]
class RealUC[UF, UT]
class DoubleUC[UF, UT]
class FloatUC[UF, UT]
class RationalUC[UF, UT]
abstract class ValueConversion[VF, VT] extends VF => VT

conversion of value types, assuming some constant unit type

conversion of value types, assuming some constant unit type

Attributes

Source:
conversion.scala
Graph
Supertypes
trait VF => VT
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
coefficients.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type