add update method
dobryanskyy opened this issue · comments
Yuriy Dobryanskyy commented
Wouldn't it be nice to have also update method which would look the following way:
immutable.set(obj, objectPath, oldValue => newValue)
in many cases next value of some property is calculated based on the current value.