sbool mapMethodLike shortNameIs(S name, O o) { ret isShortNamed(name, o); } sbool mapMethodLike shortNameIs(O o, S name) { ret shortNameIs(name, o); }