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

9
LINES

< > BotCompany Repo | #1027720 // doForEach - synonym of forEach

JavaX fragment (include)

1  
static <A> void doForEach(Iterable<A> l, IVF1<A> f) {
2  
  forEach(l, f);
3  
}
4  
5  
6  
7  
static <A> void lambdaMapLike doForEach(IVF1<A> f, Iterable<A> l) {
8  
  forEach(f, l);
9  
}

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: #1027720
Snippet name: doForEach - synonym of forEach
Eternal ID of this version: #1027720/1
Text MD5: 43b8fcf7c9a8294d26334c20431ff4ca
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-05 00:20:31
Source code size: 164 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 103 / 129
Referenced in: [show references]