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

3
LINES

< > BotCompany Repo | #1023745 // map_curry - map, curry the function with 1 argument

JavaX fragment (include)

static L mapLike map_curry(O f, O arg, Iterable l) {
  ret map(curry(f, arg), l);
}

Author comment

Began life as a copy of #1003239

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: #1023745
Snippet name: map_curry - map, curry the function with 1 argument
Eternal ID of this version: #1023745/2
Text MD5: 09c115e398bf84f252cf7569736ab479
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-07 22:48:48
Source code size: 85 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 194 / 232
Version history: 1 change(s)
Referenced in: [show references]