static Comparator lambdaMapLike comparatorFromCalculatedField(IF1 f) { ret f == null ? null : (a, b) -> cmp(f.get(a), f.get(b)); }