orNull

fun orNull(): B?

Deprecated

orNull is being renamed to getOrNull to be more consistent with the Kotlin Standard Library naming

Replace with

getOrNull()