Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1015799 // listWithMultiNotify - returns synchronized notifying list

JavaX fragment (include)

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

Author comment

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: 338 / 351
Referenced in: [show references]