static L joinLists(Iterable... lists) { ret concatLists(lists); } static L joinLists(Collection> lists) { ret concatLists(lists); }