This functionality is only available for certain module packages.

ifNull(Block expression)

Delivers the block expression, if the received object is <null>, otherwise the received object is delivered as the result.

ifNull(Block expression)
Argument Block expression Expression to be returned if the object is <null>
Return value Result or block expression