static <A, B> LL<B> map2(F1<A, B> f, Iterable<L<A>> l) { ret mapTwoLevelsDown(f, l); } static <A, B> LL<B> mapLike map2(O f, Iterable<L<A>> l) { ret mapTwoLevelsDown(f, l); }
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: | #1024723 |
Snippet name: | map2 - synonym of mapTwoLevelsDown |
Eternal ID of this version: | #1024723/1 |
Text MD5: | 3ffc28ed54c6c90b10c177a07d2f1e63 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-24 14:23:50 |
Source code size: | 183 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 241 / 285 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |