static L listWithMultiNotify(fL onChange) { ret new NotifyingList(new L) { void change() { pcallFAll(onChange); } }; }