static L onlyStringsLongerThan(Collection l, final int n) { ret [S s : unnull(l) | l(s) > n]; }