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