io.github.karols.units

USCustomary

object USCustomary

US customary and British units and their conversions to SI.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. USCustomary
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type FahrenheitScale = DefineAffineSpace[FahrenheitZero, fahrenheit_deg]

  2. sealed trait FahrenheitZero extends AnyRef

  3. type acre = ^[ASingleUnit[~:[_a, _c]], P1]

  4. type barrel = ^[ASingleUnit[~:[_b, ~:[_b, _l]]], P1]

  5. type cup = ^[ASingleUnit[~:[_c, ~:[_u, _p]]], P1]

  6. type drachm = ^[ASingleUnit[~:[_d, _r]], P1]

  7. type dram = ^[ASingleUnit[~:[_d, _r]], P1]

  8. type fahrenheit_deg = ^[ASingleUnit[~:[_deg, _F]], P1]

  9. type fluid_ounce = ^[ASingleUnit[~:[_f, ~:[_l, ~:[_o, _z]]]], P1]

  10. type foot = ^[ASingleUnit[~:[_f, _t]], P1]

  11. type gallon = ^[ASingleUnit[~:[_g, ~:[_a, _l]]], P1]

  12. type imperial_fluid_ounce = ^[ASingleUnit[~:[_f, ~:[_l, ~:[_o, ~:[_z, ~:[_U, _K]]]]]], P1]

  13. type imperial_gallon = ^[ASingleUnit[~:[_g, ~:[_a, ~:[_l, ~:[_U, _K]]]]], P1]

  14. type imperial_gill = ^[ASingleUnit[~:[_g, ~:[_i, ~:[_l, ~:[_l, ~:[_U, _K]]]]]], P1]

  15. type imperial_pint = ^[ASingleUnit[~:[_p, ~:[_i, ~:[_n, ~:[_t, ~:[_U, _K]]]]]], P1]

  16. type imperial_quart = ^[ASingleUnit[~:[_q, ~:[_t, ~:[_U, _K]]]], P1]

  17. type inch = ^[ASingleUnit[~:[_i, _n]], P1]

  18. type long_hundredweight = ^[ASingleUnit[~:[_c, ~:[_w, ~:[_t, ~:[_U, _K]]]]], P1]

  19. type long_ton = ^[ASingleUnit[~:[_t, ~:[_o, ~:[_n, ~:[_U, _K]]]]], P1]

  20. type mile = ^[ASingleUnit[~:[_m, _i]], P1]

  21. type oilBarrel = ^[ASingleUnit[~:[_B, ~:[_B, _L]]], P1]

  22. type ounce = ^[ASingleUnit[~:[_o, _z]], P1]

  23. type pica = ^[ASingleUnit[~:[_p, _c]], P1]

  24. type pint = ^[ASingleUnit[~:[_p, ~:[_i, ~:[_n, _t]]]], P1]

  25. type point = ^[ASingleUnit[~:[_p, _t]], P1]

  26. type pound = ^[ASingleUnit[~:[_l, _b]], P1]

  27. type quart = ^[ASingleUnit[~:[_q, _t]], P1]

  28. type short_hundredweight = ^[ASingleUnit[~:[_c, ~:[_w, _t]]], P1]

  29. type short_ton = ^[ASingleUnit[~:[_t, ~:[_o, _n]]], P1]

  30. type stone = ^[ASingleUnit[~:[_s, _t]], P1]

  31. type tablespoon = ^[ASingleUnit[~:[_T, ~:[_b, ~:[_s, _p]]]], P1]

  32. type teaspoon = ^[ASingleUnit[~:[_t, ~:[_s, _p]]], P1]

  33. type thou = ^[ASingleUnit[~:[_t, _h]], P1]

  34. type yard = ^[ASingleUnit[~:[_y, _d]], P1]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. implicit val implicit__BBL_to_Tbsp: BaseIntRatio[oilBarrel, tablespoon]

  14. implicit val implicit__BBL_to_cup: BaseIntRatio[oilBarrel, cup]

  15. implicit val implicit__BBL_to_floz: BaseIntRatio[oilBarrel, fluid_ounce]

  16. implicit val implicit__BBL_to_gal: BaseIntRatio[oilBarrel, gallon]

  17. implicit val implicit__BBL_to_hl: BaseDoubleRatio[oilBarrel, hectolitre]

  18. implicit val implicit__BBL_to_in3: BaseIntRatio[oilBarrel, cube[inch]]

  19. implicit val implicit__BBL_to_l: BaseDoubleRatio[oilBarrel, litre]

  20. implicit val implicit__BBL_to_m3: BaseDoubleRatio[oilBarrel, cube[metre]]

  21. implicit val implicit__BBL_to_pint: BaseIntRatio[oilBarrel, pint]

  22. implicit val implicit__BBL_to_qt: BaseIntRatio[oilBarrel, quart]

  23. implicit val implicit__BBL_to_tsp: BaseIntRatio[oilBarrel, teaspoon]

  24. implicit val implicit__Tbsp_to_tsp: BaseIntRatio[tablespoon, teaspoon]

  25. implicit val implicit__bbl_to_Tbsp: BaseIntRatio[barrel, tablespoon]

  26. implicit val implicit__bbl_to_cup: BaseIntRatio[barrel, cup]

  27. implicit val implicit__bbl_to_floz: BaseIntRatio[barrel, fluid_ounce]

  28. implicit val implicit__bbl_to_gal: BaseDoubleRatio[barrel, gallon]

  29. implicit val implicit__bbl_to_hl: BaseDoubleRatio[barrel, hectolitre]

  30. implicit val implicit__bbl_to_in3: BaseDoubleRatio[barrel, cube[inch]]

  31. implicit val implicit__bbl_to_l: BaseDoubleRatio[barrel, litre]

  32. implicit val implicit__bbl_to_m3: BaseDoubleRatio[barrel, cube[metre]]

  33. implicit val implicit__bbl_to_pint: BaseIntRatio[barrel, pint]

  34. implicit val implicit__bbl_to_qt: BaseIntRatio[barrel, quart]

  35. implicit val implicit__bbl_to_tsp: BaseIntRatio[barrel, teaspoon]

  36. implicit val implicit__cup_to_Tbsp: BaseIntRatio[cup, tablespoon]

  37. implicit val implicit__cup_to_cl: BaseDoubleRatio[gallon, centilitre]

  38. implicit val implicit__cup_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  39. implicit val implicit__cup_to_floz: BaseIntRatio[cup, fluid_ounce]

  40. implicit val implicit__cup_to_in3: BaseDoubleRatio[fluid_ounce, cube[inch]]

  41. implicit val implicit__cup_to_l: BaseDoubleRatio[gallon, litre]

  42. implicit val implicit__cup_to_ml: BaseDoubleRatio[gallon, millilitre]

  43. implicit val implicit__cup_to_tsp: BaseIntRatio[cup, teaspoon]

  44. implicit val implicit__cwt_to_dag: BaseDoubleRatio[short_hundredweight, decagram]

  45. implicit val implicit__cwt_to_dag_UK: BaseDoubleRatio[long_hundredweight, decagram]

  46. implicit val implicit__cwt_to_dr: BaseIntRatio[short_hundredweight, ounce]

  47. implicit val implicit__cwt_to_dr_UK: BaseIntRatio[long_hundredweight, ounce]

  48. implicit val implicit__cwt_to_g: BaseDoubleRatio[short_hundredweight, gram]

  49. implicit val implicit__cwt_to_g_UK: BaseDoubleRatio[long_hundredweight, gram]

  50. implicit val implicit__cwt_to_kg: BaseDoubleRatio[short_hundredweight, kilogram]

  51. implicit val implicit__cwt_to_kg_UK: BaseDoubleRatio[long_hundredweight, kilogram]

  52. implicit val implicit__cwt_to_lb: BaseIntRatio[short_hundredweight, pound]

  53. implicit val implicit__cwt_to_lb_UK: BaseIntRatio[long_hundredweight, pound]

  54. implicit val implicit__cwt_to_oz: BaseIntRatio[short_hundredweight, ounce]

  55. implicit val implicit__cwt_to_oz_UK: BaseIntRatio[long_hundredweight, ounce]

  56. implicit val implicit__cwt_to_st: BaseDoubleRatio[short_hundredweight, stone]

  57. implicit val implicit__cwt_to_st_UK: BaseIntRatio[long_hundredweight, stone]

  58. implicit val implicit__cwt_to_t: BaseDoubleRatio[short_hundredweight, tonne]

  59. implicit val implicit__cwt_to_t_UK: BaseDoubleRatio[long_hundredweight, tonne]

  60. implicit val implicit__degC_to_degF: BaseDoubleRatio[celsius_deg, fahrenheit_deg]

  61. implicit val implicit__dr_to_dag: BaseDoubleRatio[dram, decagram]

  62. implicit val implicit__dr_to_g: BaseDoubleRatio[dram, gram]

  63. implicit val implicit__dr_to_kg: BaseDoubleRatio[dram, kilogram]

  64. implicit val implicit__dr_to_mg: BaseDoubleRatio[dram, milligram]

  65. implicit val implicit__floz_to_Tbsp: BaseIntRatio[fluid_ounce, tablespoon]

  66. implicit val implicit__floz_to_cl: BaseDoubleRatio[gallon, centilitre]

  67. implicit val implicit__floz_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  68. implicit val implicit__floz_to_in3: BaseDoubleRatio[fluid_ounce, cube[inch]]

  69. implicit val implicit__floz_to_l: BaseDoubleRatio[gallon, litre]

  70. implicit val implicit__floz_to_ml: BaseDoubleRatio[gallon, millilitre]

  71. implicit val implicit__floz_to_tsp: BaseIntRatio[fluid_ounce, teaspoon]

  72. implicit val implicit__fromFahrenheitToCelsius: DoubleATranslationScaling[FahrenheitScale, CelsiusScale]

  73. implicit val implicit__ft_to_cm: BaseDoubleRatio[foot, centimetre]

  74. implicit val implicit__ft_to_in: BaseIntRatio[foot, inch]

  75. implicit val implicit__ft_to_m: BaseDoubleRatio[foot, metre]

  76. implicit val implicit__ft_to_mm: BaseDoubleRatio[foot, millimetre]

  77. implicit val implicit__ft_to_pc: BaseIntRatio[foot, pica]

  78. implicit val implicit__ft_to_pt: BaseIntRatio[foot, point]

  79. implicit val implicit__ft_to_th: BaseIntRatio[foot, thou]

  80. implicit val implicit__ft_to_um: BaseIntRatio[foot, micrometre]

  81. implicit val implicit__ftps_to_cmps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  82. implicit val implicit__ftps_to_mps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  83. implicit val implicit__gal_to_Tbsp: BaseIntRatio[gallon, tablespoon]

  84. implicit val implicit__gal_to_cl: BaseDoubleRatio[gallon, centilitre]

  85. implicit val implicit__gal_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  86. implicit val implicit__gal_to_cup: BaseIntRatio[gallon, cup]

  87. implicit val implicit__gal_to_floz: BaseIntRatio[gallon, fluid_ounce]

  88. implicit val implicit__gal_to_floz_UK: BaseIntRatio[imperial_gallon, imperial_fluid_ounce]

  89. implicit val implicit__gal_to_gill_UK: BaseIntRatio[imperial_gallon, imperial_gill]

  90. implicit val implicit__gal_to_in3: BaseIntRatio[gallon, cube[inch]]

  91. implicit val implicit__gal_to_l: BaseDoubleRatio[gallon, litre]

  92. implicit val implicit__gal_to_ml: BaseDoubleRatio[gallon, millilitre]

  93. implicit val implicit__gal_to_pint: BaseIntRatio[gallon, pint]

  94. implicit val implicit__gal_to_pt_UK: BaseIntRatio[imperial_gallon, imperial_pint]

  95. implicit val implicit__gal_to_qt: BaseIntRatio[gallon, quart]

  96. implicit val implicit__gal_to_qt_UK: BaseIntRatio[imperial_gallon, imperial_quart]

  97. implicit val implicit__gal_to_tsp: BaseIntRatio[gallon, teaspoon]

  98. implicit val implicit__gill_to_floz_UK: BaseIntRatio[imperial_gill, imperial_fluid_ounce]

  99. implicit val implicit__in3_to_cm3: BaseDoubleRatio[Mul[inch], Mul[centimetre]]

  100. implicit val implicit__in_to_cm: BaseDoubleRatio[inch, centimetre]

  101. implicit val implicit__in_to_m: BaseDoubleRatio[inch, metre]

  102. implicit val implicit__in_to_mm: BaseDoubleRatio[inch, millimetre]

  103. implicit val implicit__in_to_pc: BaseIntRatio[inch, pica]

  104. implicit val implicit__in_to_pt: BaseIntRatio[inch, point]

  105. implicit val implicit__in_to_th: BaseIntRatio[inch, thou]

  106. implicit val implicit__in_to_um: BaseIntRatio[inch, micrometre]

  107. implicit val implicit__inps_to_cmps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  108. implicit val implicit__inps_to_mps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  109. implicit val implicit__lb_to_dag: BaseDoubleRatio[pound, decagram]

  110. implicit val implicit__lb_to_dr: BaseIntRatio[pound, dram]

  111. implicit val implicit__lb_to_g: BaseDoubleRatio[pound, gram]

  112. implicit val implicit__lb_to_kg: BaseDoubleRatio[pound, kilogram]

  113. implicit val implicit__lb_to_oz: BaseIntRatio[pound, ounce]

  114. implicit val implicit__mi_to_cm: BaseDoubleRatio[mile, centimetre]

  115. implicit val implicit__mi_to_ft: BaseIntRatio[mile, foot]

  116. implicit val implicit__mi_to_in: BaseIntRatio[mile, inch]

  117. implicit val implicit__mi_to_km: BaseDoubleRatio[mile, kilometre]

  118. implicit val implicit__mi_to_m: BaseDoubleRatio[mile, metre]

  119. implicit val implicit__mi_to_mm: BaseIntRatio[mile, millimetre]

  120. implicit val implicit__mi_to_pc: BaseIntRatio[mile, pica]

  121. implicit val implicit__mi_to_pt: BaseIntRatio[mile, point]

  122. implicit val implicit__mi_to_th: BaseIntRatio[mile, thou]

  123. implicit val implicit__mi_to_yd: BaseIntRatio[mile, yard]

  124. implicit val implicit__miph_to_kmph: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  125. implicit val implicit__mips_to_kmps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  126. implicit val implicit__oz_to_dag: BaseDoubleRatio[ounce, decagram]

  127. implicit val implicit__oz_to_dr: BaseIntRatio[ounce, dram]

  128. implicit val implicit__oz_to_g: BaseDoubleRatio[ounce, gram]

  129. implicit val implicit__oz_to_kg: BaseDoubleRatio[ounce, kilogram]

  130. implicit val implicit__oz_to_mg: BaseDoubleRatio[ounce, milligram]

  131. implicit val implicit__pc_to_pt: BaseIntRatio[pica, point]

  132. implicit val implicit__pc_to_th: BaseDoubleRatio[pica, thou]

  133. implicit val implicit__pint_to_Tbsp: BaseIntRatio[pint, tablespoon]

  134. implicit val implicit__pint_to_cl: BaseDoubleRatio[gallon, centilitre]

  135. implicit val implicit__pint_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  136. implicit val implicit__pint_to_cup: BaseIntRatio[pint, cup]

  137. implicit val implicit__pint_to_floz: BaseIntRatio[pint, fluid_ounce]

  138. implicit val implicit__pint_to_in3: BaseDoubleRatio[pint, cube[inch]]

  139. implicit val implicit__pint_to_l: BaseDoubleRatio[gallon, litre]

  140. implicit val implicit__pint_to_ml: BaseDoubleRatio[gallon, millilitre]

  141. implicit val implicit__pint_to_tsp: BaseIntRatio[pint, teaspoon]

  142. implicit val implicit__pt_to_floz_UK: BaseIntRatio[imperial_pint, imperial_fluid_ounce]

  143. implicit val implicit__pt_to_gill_UK: BaseIntRatio[imperial_pint, imperial_gill]

  144. implicit val implicit__pt_to_th: BaseDoubleRatio[point, thou]

  145. implicit val implicit__qt_to_Tbsp: BaseIntRatio[quart, tablespoon]

  146. implicit val implicit__qt_to_cl: BaseDoubleRatio[gallon, centilitre]

  147. implicit val implicit__qt_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  148. implicit val implicit__qt_to_cup: BaseIntRatio[quart, cup]

  149. implicit val implicit__qt_to_floz: BaseIntRatio[quart, fluid_ounce]

  150. implicit val implicit__qt_to_floz_UK: BaseIntRatio[imperial_quart, imperial_fluid_ounce]

  151. implicit val implicit__qt_to_gill_UK: BaseIntRatio[imperial_quart, imperial_gill]

  152. implicit val implicit__qt_to_in3: BaseDoubleRatio[quart, cube[inch]]

  153. implicit val implicit__qt_to_l: BaseDoubleRatio[gallon, litre]

  154. implicit val implicit__qt_to_ml: BaseDoubleRatio[gallon, millilitre]

  155. implicit val implicit__qt_to_pint: BaseIntRatio[quart, pint]

  156. implicit val implicit__qt_to_pt_UK: BaseIntRatio[imperial_quart, imperial_pint]

  157. implicit val implicit__qt_to_tsp: BaseIntRatio[quart, teaspoon]

  158. implicit val implicit__st_to_dag: BaseDoubleRatio[stone, decagram]

  159. implicit val implicit__st_to_dr: BaseIntRatio[stone, dram]

  160. implicit val implicit__st_to_g: BaseDoubleRatio[stone, gram]

  161. implicit val implicit__st_to_kg: BaseDoubleRatio[stone, kilogram]

  162. implicit val implicit__st_to_lb: BaseIntRatio[stone, pound]

  163. implicit val implicit__st_to_oz: BaseIntRatio[stone, ounce]

  164. implicit val implicit__t_to_lb: BaseDoubleRatio[tonne, pound]

  165. implicit val implicit__tbsp_to_cl: BaseDoubleRatio[gallon, centilitre]

  166. implicit val implicit__tbsp_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  167. implicit val implicit__tbsp_to_in3: BaseDoubleRatio[tablespoon, cube[inch]]

  168. implicit val implicit__tbsp_to_l: BaseDoubleRatio[gallon, litre]

  169. implicit val implicit__tbsp_to_ml: BaseDoubleRatio[gallon, millilitre]

  170. implicit val implicit__th_to_cm: BaseDoubleRatio[thou, centimetre]

  171. implicit val implicit__th_to_m: BaseDoubleRatio[thou, metre]

  172. implicit val implicit__th_to_mm: BaseDoubleRatio[thou, millimetre]

  173. implicit val implicit__th_to_nm: BaseIntRatio[thou, nanometre]

  174. implicit val implicit__th_to_um: BaseDoubleRatio[thou, micrometre]

  175. implicit val implicit__ton_to_cwt: BaseIntRatio[short_ton, short_hundredweight]

  176. implicit val implicit__ton_to_cwt_UK: BaseIntRatio[long_ton, long_hundredweight]

  177. implicit val implicit__ton_to_dag: BaseDoubleRatio[short_ton, decagram]

  178. implicit val implicit__ton_to_dag_UK: BaseDoubleRatio[long_ton, decagram]

  179. implicit val implicit__ton_to_dr: BaseIntRatio[short_ton, dram]

  180. implicit val implicit__ton_to_dr_UK: BaseIntRatio[long_ton, dram]

  181. implicit val implicit__ton_to_g: BaseDoubleRatio[short_ton, gram]

  182. implicit val implicit__ton_to_g_UK: BaseDoubleRatio[long_ton, gram]

  183. implicit val implicit__ton_to_kg: BaseDoubleRatio[short_ton, kilogram]

  184. implicit val implicit__ton_to_kg_UK: BaseDoubleRatio[long_ton, kilogram]

  185. implicit val implicit__ton_to_lb: BaseIntRatio[short_ton, pound]

  186. implicit val implicit__ton_to_lb_UK: BaseIntRatio[long_ton, pound]

  187. implicit val implicit__ton_to_oz: BaseIntRatio[short_ton, ounce]

  188. implicit val implicit__ton_to_oz_UK: BaseIntRatio[long_ton, ounce]

  189. implicit val implicit__ton_to_st: BaseDoubleRatio[short_ton, stone]

  190. implicit val implicit__ton_to_st_UK: BaseDoubleRatio[long_ton, stone]

  191. implicit val implicit__ton_to_t: BaseDoubleRatio[short_ton, tonne]

  192. implicit val implicit__ton_to_t_UK: BaseDoubleRatio[long_ton, tonne]

  193. implicit val implicit__tsp_to_cl: BaseDoubleRatio[gallon, centilitre]

  194. implicit val implicit__tsp_to_cm3: BaseDoubleRatio[gallon, cube[centimetre]]

  195. implicit val implicit__tsp_to_in3: BaseDoubleRatio[teaspoon, cube[inch]]

  196. implicit val implicit__tsp_to_l: BaseDoubleRatio[gallon, litre]

  197. implicit val implicit__tsp_to_ml: BaseDoubleRatio[gallon, millilitre]

  198. implicit val implicit__yd_to_cm: BaseDoubleRatio[yard, centimetre]

  199. implicit val implicit__yd_to_ft: BaseIntRatio[yard, foot]

  200. implicit val implicit__yd_to_in: BaseIntRatio[yard, inch]

  201. implicit val implicit__yd_to_m: BaseDoubleRatio[yard, metre]

  202. implicit val implicit__yd_to_mm: BaseDoubleRatio[yard, millimetre]

  203. implicit val implicit__yd_to_pc: BaseIntRatio[yard, pica]

  204. implicit val implicit__yd_to_pt: BaseIntRatio[yard, point]

  205. implicit val implicit__yd_to_th: BaseIntRatio[yard, thou]

  206. implicit val implicit__yd_to_um: BaseIntRatio[yard, micrometre]

  207. implicit val implicit__ydps_to_cmps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  208. implicit val implicit__ydps_to_mps: BaseDoubleRatio[Mul[Invert], Mul[Invert]]

  209. implicit val implicit_acre_to_a: BaseDoubleRatio[acre, are]

  210. implicit val implicit_acre_to_cm2: BaseDoubleRatio[acre, square[centimetre]]

  211. implicit val implicit_acre_to_ft2: BaseIntRatio[acre, square[foot]]

  212. implicit val implicit_acre_to_ha: BaseDoubleRatio[acre, hectare]

  213. implicit val implicit_acre_to_in2: BaseIntRatio[acre, square[foot]]

  214. implicit val implicit_acre_to_m2: BaseDoubleRatio[acre, square[metre]]

  215. implicit val implicit_acre_to_mm2: BaseDoubleRatio[acre, square[millimetre]]

  216. implicit val implicit_acre_to_yd2: BaseIntRatio[acre, square[yard]]

  217. implicit val implicit_floz_to_cl_UK: BaseDoubleRatio[imperial_fluid_ounce, centilitre]

  218. implicit val implicit_floz_to_l_UK: BaseDoubleRatio[imperial_fluid_ounce, litre]

  219. implicit val implicit_floz_to_ml_UK: BaseDoubleRatio[imperial_fluid_ounce, millilitre]

  220. implicit val implicit_gal_to_cl_UK: BaseDoubleRatio[imperial_gallon, centilitre]

  221. implicit val implicit_gal_to_l_UK: BaseDoubleRatio[imperial_gallon, litre]

  222. implicit val implicit_gal_to_ml_UK: BaseDoubleRatio[imperial_gallon, millilitre]

  223. implicit val implicit_gill_to_cl_UK: BaseDoubleRatio[imperial_gill, centilitre]

  224. implicit val implicit_gill_to_l_UK: BaseDoubleRatio[imperial_gill, litre]

  225. implicit val implicit_gill_to_ml_UK: BaseDoubleRatio[imperial_gill, millilitre]

  226. implicit val implicit_mi2_to_acre: BaseIntRatio[square[mile], acre]

  227. implicit val implicit_pt_to_cl_UK: BaseDoubleRatio[imperial_pint, centilitre]

  228. implicit val implicit_pt_to_l_UK: BaseDoubleRatio[imperial_pint, litre]

  229. implicit val implicit_pt_to_ml_UK: BaseDoubleRatio[imperial_pint, millilitre]

  230. implicit val implicit_qt_to_cl_UK: BaseDoubleRatio[imperial_quart, centilitre]

  231. implicit val implicit_qt_to_l_UK: BaseDoubleRatio[imperial_quart, litre]

  232. implicit val implicit_qt_to_ml_UK: BaseDoubleRatio[imperial_quart, millilitre]

  233. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  234. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  235. final def notify(): Unit

    Definition Classes
    AnyRef
  236. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  237. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  238. def toString(): String

    Definition Classes
    AnyRef → Any
  239. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped