class
MassQuantity
extends Quantity
Instance Constructors
-
new
MassQuantity
(magnitude: BigDecimal, _unit: Option[Q], _name: Option[String], _symbol: Option[String], _link: Option[String])
Type Members
-
type
QUA
= Mass.this.type
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
*
(bd: BigDecimal): Q
-
def
*:
(bd: BigDecimal): Q
-
def
+
(right: Q): Q
-
def
-
(right: Q): Q
-
def
/
(bd: BigDecimal): Q
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
by
[QRGT <: Quantum, QRES <: Quantum]
(right: Q, resultQuantum: QRES): Q
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
in
(other: Q): Q
-
def
in_:
(bd: BigDecimal): Q
-
def
isInstanceOf
[T0]
: Boolean
-
def
label
(): String
-
def
link
(): Option[String]
-
def
magnitude
(): BigDecimal
-
def
name
(): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
over
[QBOT <: Quantum, QRES <: Quantum]
(bottom: Q, resultQuantum: QRES): Q
-
def
per
[QBOT <: Quantum, QRES <: Quantum]
(bottom: Q, resultQuantum: QRES): Q
-
def
symbol
(): Option[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
through
[QBOT <: Quantum, QRES <: Quantum]
(bottom: Q, resultQuantum: QRES): Q
-
def
toString
(): String
-
def
unit
(): Q
-
def
vertex
(): Vertex[Q]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any