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

3
LINES

< > BotCompany Repo | #1030556 // zipAndMap

JavaX fragment (include) [tags: use-pretranspiled]

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);
}

Author comment

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: 134 / 208
Referenced in: [show references]