orNull

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

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