<How to combine kotlin delegated property: observa...
# stackoverflow
u
How to combine kotlin delegated property: observable, vetoable, and "by map"? I'm trying to combine delegates/observable with vetoable (which isn't a problem after looking at the source kotlin.properties.Delegates.kt), but things got hairy when trying to also <a...