Warning: session_start(): open(/var/lib/php/sessions/sess_dbpmj4dlo8hc3etckr3em26q43, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
map_curry - map, curry the function with 1 argument [1023745]

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: 708 / 753
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)