static <A, B> L<B> lambdaMapLike mapCloned(IF1<A, B> f, Iterable<A> l) { ret mapOverClone(f, l); } static <A, B> L<B> mapCloned(Iterable<A> l, IF1<A, B> f) { ret mapOverClone(l, f); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031788 |
| Snippet name: | mapCloned - synonym of mapOverClone |
| Eternal ID of this version: | #1031788/1 |
| Text MD5: | a4dcebc2c2f4e891fbb4efddd4bcf2c9 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-29 19:06:22 |
| Source code size: | 190 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 355 / 400 |
| Referenced in: | [show references] |