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

3
LINES

< > BotCompany Repo | #1023965 // callF_all - call multiple functions on same arguments, return list

JavaX fragment (include)

static L callF_all(Collection l, O... args) {
  ret map(l, f -> callF(f, args));
}

Author comment

Began life as a copy of #1010837

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023965
Snippet name: callF_all - call multiple functions on same arguments, return list
Eternal ID of this version: #1023965/4
Text MD5: fef314fcb011cdaf63ecb36e8afa0b98
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-14 14:37:47
Source code size: 84 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 217 / 273
Version history: 3 change(s)
Referenced in: [show references]