sS joinWithVBar(Iterable l) { ret join(" | ", l); } sS joinWithVBar(S... l) { ret joinWithVBar(asList(l)); }