withSuppliedValue

open fun withSuppliedValue(suppliedValue: Supplier<T>): Bindable<T>

Create an updated Bindable instance with a value supplier.

Return

an updated Bindable

Parameters

suppliedValue

the supplier for the value