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