cquiroz on master
Add Numeric.parseOption impleme… Add comment explaining dimensio… Merge branch 'master' into mast… and 1 more (compare)
cquiroz on master
Fix typos Merge pull request #369 from bw… (compare)
val qty: Option[Quantity[_]] = X12CodeToUnitMap.get("IN").map{ uom: UnitOfMeasure[_] => uom.apply(6.0d) }
but the typing continues to thwart me: (https://scastie.scala-lang.org/er1c/wSVcQmUYTM6LEdvw40jwLA)
Inches
LengthUnit
as part of a Map
, and I also know I need to convert it into mm
for the European market based upon another mapping table that tells me "width" should be in mm
instead of whatever the source UOM was :)
true
. For example Bytes(Double.MaxValue / 2.0) == (Bytes(Double.MaxValue / 2.0) + Bytes(1.0))
will evaluate to true
. Things like 3.5 bytes also does make no sense.
Double
for historical reasons