static S joinWithSpace(Collection c) { ret join(" ", c); } static S joinWithSpace(S... c) { ret join(" ", c); }