static L rectsWithTallerShapeThan(final double ratio, Collection l) { ret [Rect r : l | rectYToXRatio(r) >= ratio]; }