static L rectsFullyContainedIn(Iterable l, final Rect r) { ret [Rect x : unnull(l) | rectContains(r, x)]; }