bindConditionalBehavior

inline fun <T : View> DI.Builder.bindConditionalBehavior(    theme: KClass<out Theme>? = null,     crossinline block: NoArgBindingDI<*>.(T) -> Modules.BehaviorResult)(source)