Standard.BaseAnymap_nothingOn this pageAny.map_nothing map_nothingf Documentation Applies the provided function to self unless self is Nothing, which is returned unchanged. Arguments f: The function to apply to self if self is not Nothing. Examples Applying a function over a value 10. 10.map_nothing *2