static S nullIfEmpty(S s) { ret isEmpty(s) ? null : s; } static S nullIfEmpty(Map map) { ret isEmpty(map) ? null : map; }