static L rectsLargerThan(final int w, final int h, L l) { ret [Rect x : l | x.w >= w & x.h >= h]; }