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