orNotNull

infix fun Any?.orNotNull(x: Any?): Boolean

Returns true if one of operands is not null. Don't use a boolean as the left operand!