This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Collections (collections of objects) > General methods for Collections > reject(Block condition)

reject(Block condition)

Selects the objects that do not meet the condition.

reject(Block condition)
Argument Block condition Condition that the objects which are to be selected must not meet.
Return value Collection Collection of all objects that do not meet the condition. The collection has the same type, as the collection, that reject is sent to.