Packages

object Yank extends Dimension[Yank] with Serializable

Source
Yank.scala
Linear Supertypes
Serializable, Dimension[Yank], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Yank
  2. Serializable
  3. Dimension
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply(value: Any): Try[Yank]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. implicit val dimensionImplicit: Dimension[Yank]
    Definition Classes
    Dimension
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def name: String

    The name

    The name

    Definition Classes
    YankDimension
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def parse(value: Any): Try[Yank]

    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
    Definition Classes
    Dimension
  19. def parseString(s: String): Try[Yank]
    Definition Classes
    Dimension
  20. def parseTuple[N](t: (N, String))(implicit num: Numeric[N]): Try[Yank]
    Definition Classes
    Dimension
  21. def primaryUnit: NewtonsPerSecond

    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.

    Definition Classes
    YankDimension
  22. def siUnit: NewtonsPerSecond

    The International System of Units (SI) Base Unit

    The International System of Units (SI) Base Unit

    Definition Classes
    YankDimension
  23. def symbolToUnit(symbol: String): Option[UnitOfMeasure[Yank]]

    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

    Definition Classes
    Dimension
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def units: Set[UnitOfMeasure[Yank]]

    Set of available units

    Set of available units

    Definition Classes
    YankDimension
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Dimension[Yank]

Inherited from AnyRef

Inherited from Any

Ungrouped