static L setWithNotify(final Runnable onChange) { ret new NotifyingSet(new L) { void change() { onChange.run(); } }; }