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