static Double toDoubleOrNull(O o) { if (o == null) null; ret toDouble(o); }