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