Returns a mapper that will check if the given property is defined, and if so invoke the given mapping function.
The name of the property to map over.
A function that will be invoked with the property's value if the property is defined.
Returns a mapper that will check if the given property is defined, and if so invoke the given mapping function.