disabledByAlphaIf

fun View.disabledByAlphaIf(property: CSProperty<Boolean>, disable: Boolean = true): CSRegistration
fun <T> View.disabledByAlphaIf(    property: CSProperty<T>,     disable: Boolean = true,     condition: (T) -> Boolean): CSRegistration
fun <T, V> View.disabledByAlphaIf(    property1: CSProperty<T>,     property2: CSProperty<V>,     condition: (T, V) -> Boolean): CSRegistration