Packages

t

squants

Dimension

trait Dimension[A <: Quantity[A]] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dimension
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def name: String

    The name

  2. abstract def primaryUnit: UnitOfMeasure[A] with PrimaryUnit

    The unit with a conversions factor of 1.

    The unit with a conversions factor of 1. The conversionFactor for other units should be set relative to this unit.

  3. abstract def siUnit: UnitOfMeasure[A] with SiUnit

    The International System of Units (SI) Base Unit

  4. abstract def units: Set[UnitOfMeasure[A]]

    Set of available units

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. implicit val dimensionImplicit: Dimension[A]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def parse(value: Any): Try[A]

    Tries to map a string or tuple value to Quantity of this Dimension

    Tries to map a string or tuple value to Quantity of this Dimension

    value

    the source string (ie, "10 kW") or tuple (ie, (10, "kW"))

    returns

    Try[A]

    Attributes
    protected
  17. def parseString(s: String): Try[A]
  18. def parseTuple[N](t: (N, String))(implicit num: Numeric[N]): Try[A]
  19. def symbolToUnit(symbol: String): Option[UnitOfMeasure[A]]

    Maps a string representation of a unit symbol into the matching UnitOfMeasure object

    Maps a string representation of a unit symbol into the matching UnitOfMeasure object

    symbol

    String

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped