static Web firstWebContaining(Collection webs, S label) { for (Web web : unnull(webs)) if (web_containsLabel(web, label)) ret web; null; }