by

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

Binds this property to a reactive Provider. The property will update automatically when the provider's value changes.


open infix fun by(value: T)

Sets this property to a static value.