1 | static L dm_vmBus_queryServices(S serviceName, S method, O... args) { |
2 | L serviceModules = dm_getServices(serviceName); |
3 | new L out; |
4 | for unnull (O mod : serviceModules) |
5 | addIfNotNull(out, dm_callOpt(mod, method, args)); |
6 | ret out; |
7 | } |
Began life as a copy of #1022562
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1022563 |
Snippet name: | dm_vmBus_queryServices |
Eternal ID of this version: | #1022563/6 |
Text MD5: | c4d1a09fb5d7b42a7d5993cb9c3595b8 |
Author: | stefan |
Category: | javax / vm |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-21 11:44:51 |
Source code size: | 243 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 332 / 403 |
Version history: | 5 change(s) |
Referenced in: | [show references] |