Const
Helper for transforming records.
Transforms a record by applying a callback function to each key-value pair in the record.
The record that should be transformed.
The callback function that transforms each key-value pair of the record.
Transforms a record by applying a callback function to each key in the record.
The callback function that transforms each key of the record.
Transforms a record by applying a callback function to each property value in the record.
The callback function that transforms each property value of the record.
Helper for transforming records.