static L intRangesLongerThan(final int threshold, L l) { ret [IntRange r : l | r.length() >= threshold]; }