isNotNull

fun <T : Any> isNotNull(value: T?): Boolean

Wraps the kotlin.checkNotNull to avoid IllegalStateExceptions. Just returns false instead of the Exception like it is implemented in the native kotlin implementation.