static S joinWithSpace2(Collection c) { ret joinNempties(" ", c); } static S joinWithSpace2(S... c) { ret joinNempties(" ", c); }