update

fun update(newBase: T)(source)

Updates the base value of this observable property.

This will trigger a recomputation of the derived value and notify any observers if the derived value changes.

Parameters

newBase

The new base value to set.