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

7
LINES

< > BotCompany Repo | #1022563 // dm_vmBus_queryServices

JavaX fragment (include)

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;
}

Author comment

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: 223 / 290
Version history: 5 change(s)
Referenced in: [show references]