This method is like _.get except that if the resolved value is a function it's invoked with the this binding of its parent object and its result is returned.
- Lodash chained on (*): the resolved value.
See Implementation
This method is like _.get except that if the resolved value is a function it's invoked with the this binding of its parent object and its result is returned.