static L nemptyCollections(Collection c) { new L l; for (A x : unnull(c)) if (nempty(x)) l.add(x); ret l; }