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

3
LINES

< > BotCompany Repo | #1030076 // toPairsA

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

Libraryless. Click here for Pure Java version (2579L/16K).

static <A, B> LPair<A, B> toPairsA(Iterable<A> l, B b) {
  ret map(l, a -> pair(a, b));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030076
Snippet name: toPairsA
Eternal ID of this version: #1030076/1
Text MD5: 7c3ff67ad4e53aa22010fcf57a069084
Transpilation MD5: 60f127b3d0ca4aa3ab4b6d148ec33908
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-05 11:08:23
Source code size: 91 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 102 / 147
Referenced in: [show references]