static <A> A dm_callService(S serviceName, S method, O... args) { ret dm_call(dm_getService(serviceName), method, args); }
Began life as a copy of #1020139
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1021648 |
| Snippet name: | dm_callService - lookup module by service name & call function in it |
| Eternal ID of this version: | #1021648/1 |
| Text MD5: | 3a16e11cda360b94d25bec1219e0d8e2 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-23 10:45:08 |
| Source code size: | 126 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 601 / 610 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |