Copy If Name-Object Map

Syntax

Copy If Name-Object Map

Parameters

Map

Map of name-object

Predicate

Function that takes name and object and returns boolean.
If function returns true pair name-object would be copied to NewMap

Output

NewMap

All pairs name-object that returns true in predicate