static S upper(S s) { ret s == null ? null : s.toUpperCase(); }