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

3
LINES

< > BotCompany Repo | #1032144 // mapToPairsB

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

Transpiled version (3133L) is out of date.

static <A, B> LPair<A, B> lambdaMapLike mapToPairsB(IF1<A, B> f, Iterable<A> l) {
  ret map(l, a -> pair(a, f.get(a)));
}

Author comment

Began life as a copy of #1030220

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032144
Snippet name: mapToPairsB
Eternal ID of this version: #1032144/3
Text MD5: edb7c0021b0516c5bf0f61998c5105a5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-14 10:40:26
Source code size: 123 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 76 / 106
Version history: 2 change(s)
Referenced in: [show references]