withBindMethod

open fun withBindMethod(bindMethod: BindMethod): Bindable<T>

Create an updated Bindable instance with a specific bind method. To use value object binding, the current instance must not have an existing or supplied value.

Return

an updated Bindable

Since

3.0.8

Parameters

bindMethod

the method to use to bind the bindable