lib / tv.spotx.smartclientandroid.lib.utils / whenNotNull

whenNotNull

fun <A, B, C, Z> whenNotNull(a: A?, b: B?, c: C?, block: (A, B, C) -> Z): Z?