static L websFromTriples(Collection> l) { new L out; if (l != null) for (T3 t : l) out.add(webFromTriple(t)); ret out; }