Packages

final case class Length(m: Double) extends AnyVal with BaseValue[Length] with Product with Serializable

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

    better chaining for types

    better chaining for types

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

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

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

    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 Length toBoundOps[Length] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  54. def toString(): String
    Definition Classes
    Length → Any
  55. def unary_-: Length
    Definition Classes
    BaseValue
  56. def ~(that: Length)(implicit b: Boundable[Length]): Bound[Length]
    Definition Classes
    BaseValue
  57. def ~=(that: BaseValue[Length])(implicit eps: Eps): Boolean
    Definition Classes
    BaseValue
  58. def ~>(that: BaseValue[Length])(implicit b: Boundable[Length]): Bound[Length]
    Definition Classes
    BaseValue

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Length toany2stringadd[Length] 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:
    (length: any2stringadd[Length]).+(other)
    Definition Classes
    any2stringadd
  2. def <(that: Length): Boolean
    Implicit
    This member is added by an implicit conversion from Length toOrdered[Length] 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:
    (length: Ordered[Length]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: Length): Boolean
    Implicit
    This member is added by an implicit conversion from Length toOrdered[Length] 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:
    (length: Ordered[Length]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: Length): Boolean
    Implicit
    This member is added by an implicit conversion from Length toOrdered[Length] 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:
    (length: Ordered[Length]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: Length): Boolean
    Implicit
    This member is added by an implicit conversion from Length toOrdered[Length] 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:
    (length: Ordered[Length]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: Length): Int
    Implicit
    This member is added by an implicit conversion from Length toOrdered[Length] 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:
    (length: Ordered[Length]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: Length): Int
    Implicit
    This member is added by an implicit conversion from Length toOrdered[Length] 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:
    (length: Ordered[Length]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Length toDrxAny[Length] 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: (Length) => B): B
    Implicit
    This member is added by an implicit conversion from Length toDrxAny[Length] 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): (Length, B)
    Implicit
    This member is added by an implicit conversion from Length toArrowAssoc[Length] 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[Length]

Inherited from Ordered[Length]

Inherited from Comparable[Length]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromLength to Ordered[Length]

Inherited by implicit conversion richDrxAny fromLength to DrxAny[Length]

Inherited by implicit conversion DrxBoundOps fromLength to BoundOps[Length]

Inherited by implicit conversion any2stringadd fromLength to any2stringadd[Length]

Inherited by implicit conversion StringFormat fromLength to StringFormat[Length]

Inherited by implicit conversion Ensuring fromLength to Ensuring[Length]

Inherited by implicit conversion ArrowAssoc fromLength to ArrowAssoc[Length]

Ungrouped