static L rgbImageAndRects_scaleToWidth(final int width, Collection l) { ret map(func(RGBImageAndRect r) -> RGBImageAndRect { rgbImageAndRect_scaleToWidth(width, r) }); }