static T3 tripleMapB(T3 t, IF1 f) { ret t == null ? null : triple(t.a, f.get(t.b), t.c); }