interface IVarWithNotify extends IF0, IHasChangeListeners { default selfType onChangeAndNow(IVF1 r) { if (r == null) this; onChangeAndNow(-> r.get(get())); this; } }