Maps value to the result of mapping.
Return
the result of mapping executed on value if value is not none, none otherwise
Parameters
lambda to execute if value is not none. It should accept one argument, which is value, and return a value.
See also
Chaining
This function is designed to be chained with other function calls:Wiki page
None