static bool isSortedListByCalculatedField(Cl l, IF1 f) { ret isSortedListByComparator(l, (a, b) -> cmp(f.get(a), f.get(b))); }