isNotNull

fun Any?.isNotNull(): Boolean

It determines whether the given object is not null.

Return

true if the object is not null, false otherwise.

Sources

Link copied to clipboard