isNotNull

fun <T> T?.isNotNull(): Boolean

Returns true if this is not null.