compose

Given a receiver and argument that are optional RenderingFunctions, but not both null, produce a corresponding RenderingFunction that executes the non-null values, in arbitrary order if both are present.

Receiver

An optional RenderingFunction.

Return

The resulting RenderingFunction that evaluates both the receiver and the parameter, omitting nulls.

Parameters

otherFunction

Another optional RenderingFunction.