Given a value, run a transform function if the value is defined. If the value is undefined, return undefined.
The transform function to run.
The value to transform.
The transformed value or undefined.
Given a value, run a transform function if the value is defined. If the value is undefined, return undefined.