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