static <A> AutoCloseable vmBus_onMessages_directArg(Collection<S> messages, final VF2<S, ?> r) { final Set<S> set = asSet(messages); ret tempAdd(vm_busListeners_live(), voidfunc(S msg, O arg) { if (contains(set, msg)) callF(r, msg, arg); }); }
Began life as a copy of #1019006
download show line numbers debug dex old transpilations
Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019741 |
| Snippet name: | vmBus_onMessages_directArg |
| Eternal ID of this version: | #1019741/1 |
| Text MD5: | 1f2b35fd3448ce287fd4b8521f8a2b0e |
| Author: | stefan |
| Category: | javax / vm |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-24 04:29:57 |
| Source code size: | 265 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 469 / 517 |
| Referenced in: | [show references] |