static L mapMethodLike allFieldObjectsNamed(S name, O o) { ret filter(allFieldObjects(o), f -> f.getName().equals(name)); }