Libraryless. Click here for Pure Java version (2789L/16K).
static <A, B, C> L<C> zipAndMap(L<A> l1, L<B> l2, IF2<A, B, C> f) { ret mapPairsToList(zip(l1, l2), f); }
Began life as a copy of #1028829
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030556 |
Snippet name: | zipAndMap |
Eternal ID of this version: | #1030556/1 |
Text MD5: | 3b9f4c363b5ed72fa12fc51c076e2afa |
Transpilation MD5: | 728c2eb3fca012c20c27fc7d65df781b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-01-07 18:10:27 |
Source code size: | 109 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 239 / 339 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |