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

8
LINES

< > BotCompany Repo | #1027902 // mapFunctionCallArgs

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2594L/16K).

static FunctionCall mapFunctionCallArgs(IF1 f, FunctionCall fc) {
  if (fc == null) null;
  ret FunctionCall(fc.function, mapObjectArray(f, fc.args));
}

static FunctionCall mapFunctionCallArgs(FunctionCall fc, IF1 f) {
  ret mapFunctionCallArgs(f, fc);
}

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: 110 / 169
Version history: 1 change(s)
Referenced in: [show references]