static T3 worksOnAllExamples_returnCounterExample(F1 f, Iterable> examples) { for (Pair p : unnull(examples)) try { O o = callF(f, p.a); if (!eq(p.b, o)) ret t3(p.a, p.b, o); } catch e { printShortException(e); ret t3(p.a, p.b, e); } null; }