sS addPlusIfPositive(S s) { ret isPositiveNumberString(s) ? addPrefix("+", s) : s; }