static L mapMethodLike pairsCollect(S field, Collection> c) { ret map(c, p -> p == null ? null : pair(getOpt(p.a, field), getOpt(p.b, field))); }