static L filesEndingWithAny(L l, Cl suffixes) { ret filter(l, f -> !f.isDirectory() && ewicAny(f.getName(), suffixes)); }