static L webs_tripleSearch_dollarX(S a, S b, S c, Collection webs) { new L> mappings; for (Web web : webs) addIfNotNull(mappings, web_matchTriple_dollarVars(a, b, c, web)); ret getFromAll(mappings, web_findNode(searchWeb, "$X")); }