static L splitAtVerticalBar(S s) { ret s == null ? new L : trimAll(asList(s.split("\\|"))); }