withExistingValue

open fun withExistingValue(existingValue: T): Bindable<T>

Create an updated Bindable instance with an existing value. Implies that Java Bean binding will be used.

Return

an updated Bindable

Parameters

existingValue

the existing value