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