Class

com.persist

U

Related Doc: package persist

Permalink

case class U[m1 <: Meters, g1 <: Grams, s1 <: Seconds, a1 <: Amperes, b1 <: Bits, d1 <: Dollars](v: Double) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. U
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new U(v: Double)

    Permalink

Type Members

  1. type typ = U[m1, g1, s1, a1, b1, d1]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *[m2 <: Meters, g2 <: Grams, s2 <: Seconds, a2 <: Amperes, b2 <: Bits, d2 <: Dollars](other: U[m2, g2, s2, a2, b2, d2]): U[*.m2.add[m1], *.g2.add[g1], *.s2.add[s1], *.a2.add[a1], *.b2.add[b1], *.d2.add[d1]]

    Permalink
  4. def +(other: U[m1, g1, s1, a1, b1, d1]): U[m1, g1, s1, a1, b1, d1]

    Permalink
  5. def -(other: U[m1, g1, s1, a1, b1, d1]): U[m1, g1, s1, a1, b1, d1]

    Permalink
  6. def /[m2 <: Meters, g2 <: Grams, s2 <: Seconds, a2 <: Amperes, b2 <: Bits, d2 <: Dollars](other: U[m2, g2, s2, a2, b2, d2]): U[/.m2.sub[m1], /.g2.sub[g1], /.s2.sub[s1], /.a2.sub[a1], /.b2.sub[b1], /.d2.sub[d1]]

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def apply(v1: Double): U[m1, g1, s1, a1, b1, d1]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def in(other: U[m1, g1, s1, a1, b1, d1]): Double

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def print(implicit mt: ClassTag[m1], gt: ClassTag[g1], st: ClassTag[s1], at: ClassTag[a1], bt: ClassTag[b1], dt: ClassTag[d1]): Unit

    Permalink
  20. def show(implicit mt: ClassTag[m1], gt: ClassTag[g1], st: ClassTag[s1], at: ClassTag[a1], bt: ClassTag[b1], dt: ClassTag[d1]): String

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    U → AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped