runOnSet

abstract infix fun runOnSet(sideEffect: (Value) -> Unit)

Alias setter of set.

Parameters

sideEffect

which is executed when the setter is invoked. SideEffects can be used for fine grained behaviour of a Proxy on invocation.