combine(FunctionMapper first, FunctionMapper second) Returns a function mapper by combining two function mappers.
It checks whether any of them is null, or equals.
Returns a function mapper by combining two function mappers.
It checks whether any of them is null, or equals. And, returns
the non-null one if another is null.
If both null, it returns null.