static L firstOfPairs(Collection> l) { new L out; for (Pair p : unnull(l)) out.add(firstOfPair(p)); ret out; }