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