static L concat(Collection... lists) { ret concatLists(lists); } static L concat(Collection extends Collection> lists) { ret concatLists(lists); }