static L listWithNotify(fO onChange) { ret new NotifyingList() { void change() { callF(onChange); } }; }