if Not Null
evaluates a block if the receiver object is not null.
Parameters
<receiver>
Any?
block
block of code to execute if not null
evaluates a block if the receiver object is not null.
Any?
block of code to execute if not null