static L mapMethodLike dynShortNamed(S name, Iterable l) { ret filter(l, o -> eq(dynShortName(o), name)); }