lib / tv.smartclip.smartclientandroid.lib.utils / ifN

ifN

infix fun <T> T?.ifN(block: () -> Unit): Unit

Replacement for nullValue ?: { ... }.invoke. Use like nullValue ifN { ... }