static Pair transformPairB(IF1 f, O g, Pair p) { ret p == null ? null : pair(p.a, f.get(p.b)); }