static S nullOnEmpty(S s) { ret nullIfEmpty(s); } static Map nullOnEmpty(Map map) { ret nullIfEmpty(map); } static L nullOnEmpty(L l) { ret nullIfEmpty(l); }