static S asString(O o) { ret o == null ? null : o.toString(); }