static L startingWithUpperCase(Collection l) { ret [S s : unnull(l) | startsWithUpperCase(s)]; }