static Pair replacePairB(Pair p, B b) { ret p == null ? null : pair(p.a, b); }