static int mapMethodLike compareByField(S field, O a, O b) { ret cmp(getOpt(a, field), getOpt(b, field)); }