notNull

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

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