lib / tv.smartclip.smartclientandroid.lib.utils / notNull

notNull

inline fun <T0 : Any, T1 : Any, R : Any> notNull(v0: T0?, v1: T1?, block: (T0, T1) -> R): R?