This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Collections (collections of objects) > General methods for Collections > excludingAll(Collection coll)

excludingAll(Collection coll)

Returns a collection which does not include all objects included in the collection coll.

excludingAll(Collection coll)
Argument Collection coll Collection with the objects to be removed
Return value Collection