static L dm_vmBus_queryServices(S serviceName, S method, O... args) { L serviceModules = dm_getServices(serviceName); new L out; for unnull (O mod : serviceModules) addIfNotNull(out, dm_callOpt(mod, method, args)); ret out; }
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: | 555 / 634 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026675 - dm_optPcallAll |