Packages

final case class IntExtras(i: Int) extends AnyVal with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntExtras
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IntExtras(i: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def NM: Distance
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def centimeters: Distance
  7. def cm: Distance
  8. def feet: Distance
  9. def ft: Distance
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. val i: Int
  12. def in: Distance
  13. def inches: Distance
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def kilometers: Distance
  16. def km: Distance
  17. def m: Distance
  18. def meters: Distance
  19. def mi: Distance
  20. def micrometers: Distance
  21. def miles: Distance
  22. def millimeters: Distance
  23. def mm: Distance
  24. def nanometers: Distance
  25. def nauticalMiles: Distance
  26. def nm: Distance
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def to(unit: DistanceUnit): Distance
  29. def yards: Distance
  30. def yd: Distance
  31. def μm: Distance

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped