static <A> void doForEach(Iterable<A> l, IVF1<A> f) { forEach(l, f); } static <A> void lambdaMapLike doForEach(IVF1<A> f, Iterable<A> l) { forEach(f, l); }
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: | 368 / 405 |
| Referenced in: | [show references] |