Map Object via Attribute
- properties.find
Input:
- objs1 – Property-Holder
- key1 – String
- objs2 – Property-Holder
- key2 – String
- default – Property-Holder
Output:
- output – Property-Holder
For each object in objs1
, find the first object from objs2
where the
given keys have an equal value.