company logo

collection method

A collection method is a method, which works on a collection rather then on an instance. In contrast to an instance method a collection method does not expect a selected instance in the collection but a collection of (class) instances.

Generalisations:  method
Specialisations:  filter
Referenced in

Related topics