ifAlive

fun <T : Any> ifAlive(action: () -> T): T?

Deprecated

Use executeIfAlive(action)

Replace with

executeIfAlive(action)