1 | static L dm_synchroList(DynModule mod) { |
2 | ret listWithNotify(r { mod.change() }); |
3 | } |
4 | |
5 | static <A> L<A> dm_synchroList(DynModule mod, L<A> list) { |
6 | ret listWithNotify(list, r { mod.change() }); |
7 | } |
8 | |
9 | static <A> L<A> dm_synchroList(L<A> list) { |
10 | ret dm_synchroList(dm_current_mandatory(), list); |
11 | } |
Began life as a copy of #1026602
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027448 |
Snippet name: | dm_synchroList - synchroList with automatic module change (old version, not persistable) |
Eternal ID of this version: | #1027448/1 |
Text MD5: | ac87727be6063412e09384b836091214 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-20 18:07:06 |
Source code size: | 303 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 176 / 207 |
Referenced in: | [show references] |