[libgdx] Moving a group of sprites

Say I have a group with a number of sprites in it that are doing their thing. They are moving in specified directions, moving in random directions, etc. Now I want to move this group of sprites uniformly to the right, while they are still doing their thing. Sadly, I’m not using a Box2D group so I can’t use applyTransform(). How can I achieve this?