Transforms source to a new transformationResult object which is the result of running each of its own enumerable string keyed properties through iteratee, with each invocation potentially mutating the TransformationResult object.
source
transformationResult
iteratee
TransformationResult
Type for the entry's key passed in params.
key
Type for the entry's value passed in params.
value
A user-defined type where to accumulate the transformations.
The object to iterate over.
The function invoked per iteration.
The custom transformation value.
The accumulated value.
Transforms
source
to a newtransformationResult
object which is the result of running each of its own enumerable string keyed properties throughiteratee
, with each invocation potentially mutating theTransformationResult
object.