static L triplesA(Collection> l) { new L out; for (T3 t : unnull(l)) out.add(tripleA(t)); ret out; }