static S join_vbar(S... strings) { ret joinNemptiesWithVBar(strings); } static S join_vbar(Collection strings) { ret joinNemptiesWithVBar(strings); }