RuntimeQuantity

coulomb.RuntimeQuantity
See theRuntimeQuantity companion object
case class RuntimeQuantity[V](value: V, unit: RuntimeUnit)

Attributes

Companion
object
Source
runtime.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def toQuantity[VR, UR](using crt: CoefficientRuntime, vc: ValueConversion[VL, VR], vcr: ValueConversion[Rational, VR], mul: MultiplicativeSemigroup[VR]): Either[String, Quantity[VR, UR]]
Extension method from RuntimeQuantity

Attributes

Source
runtime.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product