Question: I've used Delegates.observable and Deleg...
# announcements
d
Question: I've used Delegates.observable and Delegates.vetoable several times. Is there a way to get both (such that I get a callback before and after the value changes)? If not, what would be the recommended alternative?
z
just implement
get()
and
set(value)
manually, you can do whatever you want