The term factory applies to objects that create and return objects.
Is there are term for classes that modify other objects and return that modified object? I looked for terms like 'Processers' and 'Modifiers' but didn't turn up much (other than access modifiers).
I have a lot of helper classes and I would like to use the proper terminology, if possible, to describe all these 'processing' classes. e.g. filterProcesser, layoutProcesser, etc.