Libraryless. Click here for Pure Java version (2594L/16K).
1 | static FunctionCall mapFunctionCallArgs(IF1 f, FunctionCall fc) { |
2 | if (fc == null) null; |
3 | ret FunctionCall(fc.function, mapObjectArray(f, fc.args)); |
4 | } |
5 | |
6 | static FunctionCall mapFunctionCallArgs(FunctionCall fc, IF1 f) { |
7 | ret mapFunctionCallArgs(f, fc); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027902 |
Snippet name: | mapFunctionCallArgs |
Eternal ID of this version: | #1027902/2 |
Text MD5: | 813b8929d1eabff556babfb4461a330f |
Transpilation MD5: | 01c98be88409baa9f850d55e0cc0338b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-16 17:20:49 |
Source code size: | 258 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 173 / 256 |
Version history: | 1 change(s) |
Referenced in: | [show references] |