Resolves the nullable receiver to a non-null value.
ifNotNull if the receiver is not null, otherwise ifNull.
ifNotNull
ifNull
The value to return if the receiver is not null.
The value to return if the receiver is null.