sS n2OrStrOrNull(O o) { if (o == null) null; if (o cast Number) ret n2(o.longValue()); ret str(o); }