static bool eqAfter(IF1 f, A a, A b) { ret f == null ? eq(a, b) : eq(f.get(a), f.get(b)); }