by

abstract infix fun by(provider: MutableProvider<T>)

Binds this property to a reactive MutableProvider. The property will update automatically when the provider's value changes, and changes to the property will propagate back.


open infix fun by(value: T)

Sets this property to a static value.