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

7
LINES

< > BotCompany Repo | #1024021 // with - synonym of withComputing

JavaX fragment (include)

1  
static <A> A with(Runnable r, A a) {
2  
  ret withComputing(r, a);
3  
}
4  
5  
static <A> A with(A a, IVF1<A> r) {
6  
  ret withComputing(a, r);
7  
}

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: #1024021
Snippet name: with - synonym of withComputing
Eternal ID of this version: #1024021/2
Text MD5: c22f17fbad21307d9507c9f061c38776
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-26 18:08:38
Source code size: 137 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 396 / 434
Version history: 1 change(s)
Referenced in: [show references]