The function to transform value to group key. Receives three argument, value, key, obj.
The obj to iterate over.
Returns the composed aggregate object.
Creates an object composed of keys generated from the results of running
each element of object thru fn. The corresponding value of
each key is the last element responsible for generating the key
The function to transform value to group key. Receives three argument, value, key, obj.
Returns the composed aggregate object.
Generated using TypeDoc
Creates an object composed of keys generated from the results of running each element of object thru
fn. The corresponding value of each key is the last element responsible for generating the key