static > L nemptyLists(Collection l) { if (l == null) null; new L out; for (B x : l) if (nempty(x)) out.add(x); ret out; }