Trait/Object

com.quantarray.skylark.measure

ExponentialMeasure

Related Docs: object ExponentialMeasure | package measure

Permalink

trait ExponentialMeasure[B <: Measure[B]] extends Measure[ExponentialMeasure[B]] with measure.untyped.ExponentialMeasure

Exponential measure.

Linear Supertypes
untyped.ExponentialMeasure, Measure[ExponentialMeasure[B]], untyped.Measure, Dynamic, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExponentialMeasure
  2. ExponentialMeasure
  3. Measure
  4. Measure
  5. Dynamic
  6. Serializable
  7. Serializable
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type D = ExponentialDimension[B.D]

    Permalink
    Definition Classes
    ExponentialMeasureMeasure

Abstract Value Members

  1. abstract def base: Option[(ExponentialMeasure[B], Double)]

    Permalink
    Definition Classes
    Measure
  2. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  3. abstract def composes(name: String, system: SystemOfUnits, multiple: Double): ExponentialMeasure[B]

    Permalink
    Definition Classes
    Measure
  4. abstract val expBase: B

    Permalink
    Definition Classes
    ExponentialMeasureExponentialMeasure
  5. abstract def name: String

    Permalink

    Measure name.

    Measure name.

    Definition Classes
    Measure
  6. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  7. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete 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 <: Measure[M2], R](multiplier: M2)(implicit cm: CanMultiply[ExponentialMeasure[B], M2, R]): R

    Permalink

    Multiplies by another measure.

    Multiplies by another measure.

    Definition Classes
    Measure
  4. def *(measure: untyped.Measure)(implicit cm: CanMultiply[untyped.Measure, untyped.Measure, untyped.Measure]): untyped.Measure

    Permalink
    Definition Classes
    Measure
  5. def +[M2 <: Measure[M2], R](addend: M2)(implicit ca: Aux[ExponentialMeasure[B], M2, R]): (ca)#R

    Permalink

    Adds another measure.

    Adds another measure. CanAdd instance allows addition of apples and oranges to obtain bananas.

    Definition Classes
    Measure
  6. def -[M2 <: Measure[M2], R](subtrahend: M2)(implicit ca: Aux[ExponentialMeasure[B], M2, R]): (ca)#R

    Permalink

    Subtracts another measure.

    Subtracts another measure.

    Definition Classes
    Measure
  7. def /[M2 <: Measure[M2], R](denominator: M2)(implicit cd: CanDivide[ExponentialMeasure[B], M2, R]): R

    Permalink

    Divides by another measure.

    Divides by another measure.

    Definition Classes
    Measure
  8. def /(measure: untyped.Measure)(implicit cm: CanDivide[untyped.Measure, untyped.Measure, untyped.Measure]): untyped.Measure

    Permalink
    Definition Classes
    Measure
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def ^[R <: Measure[R]](exponent: Double)(implicit ce: CanExponentiate[ExponentialMeasure[B], R]): R

    Permalink

    Exponentiates this measure.

    Exponentiates this measure.

    Definition Classes
    Measure
  11. def ^(exponent: Double)(implicit ce: CanExponentiate[untyped.Measure, untyped.Measure]): untyped.Measure

    Permalink
    Definition Classes
    Measure
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. lazy val baseName: String

    Permalink
    Definition Classes
    ExponentialMeasure
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def collect[B](pf: PartialFunction[untyped.Measure, B]): B

    Permalink
    Definition Classes
    Measure
    Annotations
    @inline()
  16. def composes(name: String, multiple: Double): ExponentialMeasure[B]

    Permalink
    Definition Classes
    Measure
  17. lazy val dimension: ExponentialDimension[B.D]

    Permalink

    Gets dimension of this measure.

    Gets dimension of this measure.

    Definition Classes
    ExponentialMeasureExponentialMeasureMeasureMeasure
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def exponent: Double

    Permalink

    Gets exponent of this measure.

    Gets exponent of this measure.

    Definition Classes
    Measure
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. lazy val immediateBase: Double

    Permalink
    Definition Classes
    Measure
  25. def inverse[R <: Measure[R]](implicit ce: CanExponentiate[ExponentialMeasure[B], R]): R

    Permalink

    Gets an inverse of this measure.

    Gets an inverse of this measure.

    Definition Classes
    Measure
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val isStructuralAtom: Boolean

    Permalink

    Determines if this measure can be decomposed into constituent measures.

    Determines if this measure can be decomposed into constituent measures.

    Definition Classes
    ExponentialMeasureMeasure
  28. val lift: Option[B]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  33. def productPrefix: String

    Permalink
    Definition Classes
    Product
  34. def simplify[R <: Measure[R]](implicit cs: CanSimplify[ExponentialMeasure[B], Option[R]]): Option[R]

    Permalink

    Attempts to simplify to target type.

    Attempts to simplify to target type.

    Definition Classes
    Measure
  35. def simplify(implicit cs: CanSimplify[untyped.Measure, untyped.Measure]): untyped.Measure

    Permalink
    Definition Classes
    Measure
  36. final def structuralName: String

    Permalink

    Gets structural name of this measure.

    Gets structural name of this measure.

    Definition Classes
    Measure
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. lazy val system: SystemOfUnits

    Permalink

    Gets system of units.

    Gets system of units.

    Definition Classes
    ExponentialMeasureMeasure
  39. def to[M2 <: Measure[M2]](target: M2)(implicit cc: CanConvert[ExponentialMeasure[B], M2]): Option[Double]

    Permalink

    Converts to target measure.

    Converts to target measure.

    Definition Classes
    Measure
  40. def to(target: untyped.Measure)(implicit cc: untyped.CanConvert[untyped.Measure, untyped.Measure]): Option[Double]

    Permalink
    Definition Classes
    Measure
  41. def toOrElse[M2 <: Measure[M2], B >: Double](target: M2, default: B)(implicit cc: CanConvert[ExponentialMeasure[B], M2]): B

    Permalink

    Converts to target measure with default value.

    Converts to target measure with default value.

    Definition Classes
    Measure
  42. def toOrElse[B >: Double](target: untyped.Measure, default: B)(implicit cc: untyped.CanConvert[untyped.Measure, untyped.Measure]): B

    Permalink
    Definition Classes
    Measure
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. lazy val ultimateBase: Option[(ExponentialMeasure[B], Double)]

    Permalink

    Gets ultimate base.

    Gets ultimate base.

    Definition Classes
    MeasureMeasure
  45. final def wait(): Unit

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

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

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

Inherited from Measure[ExponentialMeasure[B]]

Inherited from untyped.Measure

Inherited from Dynamic

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped