Packages

final case class Force(base: Double) extends AnyVal with BaseValue[Force] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Force
  2. Serializable
  3. Product
  4. Equals
  5. BaseValue
  6. Ordered
  7. Comparable
  8. AnyVal
  9. Any
Implicitly
  1. by orderingToOrdered
  2. by richDrxAny
  3. by DrxBoundOps
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Force(base: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def *(scale: Long)(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  4. def *(scale: Int)(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  5. def *(scale: Double)(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  6. def +(that: BaseValue[Force])(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  7. def +-(eps: BaseValue[Force])(implicit b: Boundable[Force]): Bound[Force]
    Definition Classes
    BaseValue
  8. def -(that: BaseValue[Force])(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  9. def ->[B](y: B): (Force, B)
    Implicit
    This member is added by an implicit conversion from Force toArrowAssoc[Force] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def /(m: Mass): Acceleration
  11. def /(scale: Long)(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  12. def /(scale: Int)(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  13. def /(scale: Double)(implicit d1: DummyImplicit): Force
    Definition Classes
    BaseValue
  14. def /(that: BaseValue[Force])(implicit d1: DummyImplicit): Double
    Definition Classes
    BaseValue
  15. def <(that: Force): Boolean
    Definition Classes
    Ordered
  16. def <=(that: Force): Boolean
    Definition Classes
    Ordered
  17. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  18. def >(that: Force): Boolean
    Definition Classes
    Ordered
  19. def >=(that: Force): Boolean
    Definition Classes
    Ordered
  20. def abs: Force
    Definition Classes
    BaseValue
  21. def apply(v: Double): Force
    Definition Classes
    ForceBaseValue
  22. def applyIf(t: Boolean, f: (Force) => Force): Force
    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def applyIf(t: (Force) => Boolean)(f: (Force) => Force): Force

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def as(unit: String): Double
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. val base: Double
  27. def baseValue: Double
    Definition Classes
    ForceBaseValue
  28. def compare(that: Force): Int
    Definition Classes
    Force → Ordered
  29. def compare(that: BaseValue[Force]): Int
    Definition Classes
    BaseValue
  30. def compareTo(that: Force): Int
    Definition Classes
    Ordered → Comparable
  31. def elementOf(xs: Set[Force]): Boolean
    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  32. def ensuring(cond: (Force) => Boolean, msg: => Any): Force
    Implicit
    This member is added by an implicit conversion from Force toEnsuring[Force] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: (Force) => Boolean): Force
    Implicit
    This member is added by an implicit conversion from Force toEnsuring[Force] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean, msg: => Any): Force
    Implicit
    This member is added by an implicit conversion from Force toEnsuring[Force] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean): Force
    Implicit
    This member is added by an implicit conversion from Force toEnsuring[Force] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Force toStringFormat[Force] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  37. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def lerp(that: BaseValue[Force])(ratio: Double): Force
    Definition Classes
    BaseValue
  40. def nice: String
    Definition Classes
    ForceBaseValue
  41. def noneIf(f: (Force) => Boolean): Option[Force]
    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. def optionIf(f: (Force) => Boolean): Option[Force]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def preApply[B](f: (Force) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  44. def productElementNames: Iterator[String]
    Definition Classes
    Product
  45. def sideEffect(f: (Force) => Unit): Force

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  46. def someIf(f: (Force) => Boolean): Option[Force]
    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  47. val thisAny: Force
    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  48. def till(maxArg: Force): Bound[Force]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from Force toBoundOps[Force] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  49. def toString(): String
    Definition Classes
    Force → Any
  50. def unary_-: Force
    Definition Classes
    BaseValue
  51. def ~(that: Force)(implicit b: Boundable[Force]): Bound[Force]
    Definition Classes
    BaseValue
  52. def ~=(that: BaseValue[Force])(implicit eps: Eps): Boolean
    Definition Classes
    BaseValue
  53. def ~>(that: BaseValue[Force])(implicit b: Boundable[Force]): Bound[Force]
    Definition Classes
    BaseValue

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Force toany2stringadd[Force] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: any2stringadd[Force]).+(other)
    Definition Classes
    any2stringadd
  2. def <(that: Force): Boolean
    Implicit
    This member is added by an implicit conversion from Force toOrdered[Force] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: Ordered[Force]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: Force): Boolean
    Implicit
    This member is added by an implicit conversion from Force toOrdered[Force] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: Ordered[Force]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: Force): Boolean
    Implicit
    This member is added by an implicit conversion from Force toOrdered[Force] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: Ordered[Force]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: Force): Boolean
    Implicit
    This member is added by an implicit conversion from Force toOrdered[Force] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: Ordered[Force]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: Force): Int
    Implicit
    This member is added by an implicit conversion from Force toOrdered[Force] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: Ordered[Force]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: Force): Int
    Implicit
    This member is added by an implicit conversion from Force toOrdered[Force] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (force: Ordered[Force]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

  1. def ?>(f: (Force) => Boolean): Option[Force]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (Force) => B): B
    Implicit
    This member is added by an implicit conversion from Force toDrxAny[Force] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (Force, B)
    Implicit
    This member is added by an implicit conversion from Force toArrowAssoc[Force] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BaseValue[Force]

Inherited from Ordered[Force]

Inherited from Comparable[Force]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromForce to Ordered[Force]

Inherited by implicit conversion richDrxAny fromForce to DrxAny[Force]

Inherited by implicit conversion DrxBoundOps fromForce to BoundOps[Force]

Inherited by implicit conversion any2stringadd fromForce to any2stringadd[Force]

Inherited by implicit conversion StringFormat fromForce to StringFormat[Force]

Inherited by implicit conversion Ensuring fromForce to Ensuring[Force]

Inherited by implicit conversion ArrowAssoc fromForce to ArrowAssoc[Force]

Ungrouped