I would really like to use this library, but unfortunately there are no examples, how can I create and use KeyedAccumulator.
I would like to merge two objects in such way, that I remove from first object all elements (by key) which are not present in second object, then add to first object keys which are in second object, but not in first object, and lastly update values (by key) in first object from second object. Is this possible?
I would really like to use this library, but unfortunately there are no examples, how can I create and use KeyedAccumulator.
I would like to merge two objects in such way, that I remove from first object all elements (by key) which are not present in second object, then add to first object keys which are in second object, but not in first object, and lastly update values (by key) in first object from second object. Is this possible?