Package

com.quantarray.skylark.measure

untyped

Permalink

package untyped

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. untyped
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CanAdd[A1, A2] = measure.CanAdd[A1, A2]

    Permalink
  2. trait CanAddQuantity[N, A1 <: Quantity[N], A2 <: Quantity[N]] extends CanAdd[Measure, Measure]

    Permalink

    Can add quantity type class.

    Can add quantity type class.

    Annotations
    @implicitNotFound( ... )
  3. type CanConvert[From, To] = measure.CanConvert[From, To]

    Permalink
  4. type Conversion[From, To] = measure.Conversion[From, To]

    Permalink
  5. type ConvertException = measure.ConvertException

    Permalink
  6. type Converter[From, To] = measure.Converter[From, To]

    Permalink
  7. trait Dimension extends Product with Serializable

    Permalink

    Untyped dimension.

  8. trait ExponentialDimension extends Dimension

    Permalink
  9. trait ExponentialMeasure extends Measure

    Permalink
  10. trait Measure extends Product with Serializable with Dynamic

    Permalink

    Untyped measure.

  11. trait MeasureConverter extends SameTypeConverter[Measure]

    Permalink

    Measure converter.

  12. trait ProductDimension extends Dimension

    Permalink
  13. trait ProductMeasure extends Measure

    Permalink
  14. abstract class Quantity[N] extends Product with Serializable

    Permalink

    Quantity.

  15. trait RatioDimension extends Dimension

    Permalink
  16. trait RatioMeasure extends Measure

    Permalink
  17. trait Units[N] extends Any

    Permalink
  18. type [From, To] = measure.Conversion[From, To]

    Permalink

Value Members

  1. val *: ProductMeasure.type

    Permalink
  2. val /: RatioMeasure.type

    Permalink
  3. val Conversion: measure.Conversion.type

    Permalink
  4. object ExponentialDimension extends Serializable

    Permalink
  5. object ExponentialMeasure extends Serializable

    Permalink
  6. object ProductDimension extends Serializable

    Permalink
  7. object ProductMeasure extends Serializable

    Permalink
  8. object Quantity extends Serializable

    Permalink
  9. object RatioDimension extends Serializable

    Permalink
  10. object RatioMeasure extends Serializable

    Permalink
  11. val USD: Measure

    Permalink

    Currency.

  12. final val Unit: Measure

    Permalink

    Dimensionless.

  13. val ^: ExponentialMeasure.type

    Permalink
  14. object arithmetic

    Permalink
  15. val bbl: Measure

    Permalink

    Volume.

  16. val bp: Measure

    Permalink
  17. object conversion

    Permalink
  18. val g: Measure

    Permalink

    Mass.

  19. val gal: Measure

    Permalink
  20. object implicits extends SafeArithmeticImplicits with DefaultConversionImplicits with DefaultSimplificationImplicits

    Permalink
  21. val kg: Measure

    Permalink
  22. val m: Measure

    Permalink

    Length.

  23. val mt: Measure

    Permalink
  24. val s: Measure

    Permalink

    Time.

  25. object simplification

    Permalink
  26. val : measure.Conversion.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped