static L mapMethodLike filterByShortName(S shortName, Iterable l) { ret filter(l, o -> eq(shortClassName(o), shortName)); }