Libraryless. Click here for Pure Java version (11491L/75K).
1 | static <A> AutoCloseable mapMethodLike dm_vmBus_onMessage(fS msg, final VF1<A> onMessage) { |
2 | ret dm_ownResource(vmBus_onMessage(msg, onMessage)); |
3 | } |
4 | |
5 | static <A> AutoCloseable mapMethodLike dm_vmBus_onMessage(fS msg, final IVF1<A> onMessage) { |
6 | ret dm_ownResource(vmBus_onMessage(msg, ivf1ToVF1(onMessage))); |
7 | } |
8 | |
9 | static <A, B> AutoCloseable mapMethodLike dm_vmBus_onMessage(fS msg, final IVF2<A, B> onMessage) { |
10 | ret dm_ownResource(vmBus_onMessage(msg, ivf2ToVF2(onMessage))); |
11 | } |
12 | |
13 | ifclass VF2 |
14 | static <A, B> AutoCloseable dm_vmBus_onMessage(S msg, final VF2<A, B> onMessage) { |
15 | ret dm_ownResource(vmBus_onMessage(msg, onMessage)); |
16 | } |
17 | endif |
18 | |
19 | ifclass VF3 |
20 | static <A, B, C> AutoCloseable dm_vmBus_onMessage(S msg, final VF3<A, B, C> onMessage) { |
21 | ret dm_ownResource(vmBus_onMessage(msg, onMessage)); |
22 | } |
23 | endif |
24 | |
25 | ifclass VF4 |
26 | static <A, B, C, D> AutoCloseable dm_vmBus_onMessage(S msg, VF4<A, B, C, D> onMessage) { |
27 | ret dm_ownResource(vmBus_onMessage(msg, onMessage)); |
28 | } |
29 | endif |
30 | |
31 | static AutoCloseable dm_vmBus_onMessage(S msg, Runnable onMessage) { |
32 | ret dm_ownResource(vmBus_onMessage(msg, onMessage)); |
33 | } |
Began life as a copy of #1018419
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1019691 |
Snippet name: | dm_vmBus_onMessage - note: does not enter the module |
Eternal ID of this version: | #1019691/10 |
Text MD5: | 7560a20b946af508bc029de321708929 |
Transpilation MD5: | 5975c04415eabb78fb1a1ddc98a67c2b |
Author: | stefan |
Category: | javax / vm |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-21 13:37:29 |
Source code size: | 1126 bytes / 33 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 512 / 620 |
Version history: | 9 change(s) |
Referenced in: | [show references] |