This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Map > Methods For Map > 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 Map Map of all key-value pairs that do not meet the condition.