static <A> L<A> listWithMultiNotify(fL onChange) { ret new NotifyingList<A>(new L) { void change() { pcallFAll(onChange); } }; }
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: | 406 / 419 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |