1 | static <A> L<A> listWithMultiNotify(fL onChange) {
|
2 | ret new NotifyingList<A>(new L) {
|
3 | void change() { pcallFAll(onChange); }
|
4 | }; |
5 | } |
Began life as a copy of #1012662
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015799 |
| Snippet name: | listWithMultiNotify - returns synchronized notifying list |
| Eternal ID of this version: | #1015799/1 |
| Text MD5: | 0d0f46533a19b94fc920d60cdba2906a |
| Author: | stefan |
| Category: | javax / collections |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-27 21:57:26 |
| Source code size: | 140 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 604 / 637 |
| Referenced in: | [show references] |