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

27
LINES

< > BotCompany Repo | #1024720 // preciseMap - synonym of map_precise

JavaX fragment (include)

static L preciseMap(Iterable l, O f) {
  ret map_precise(l, f);
}



static L mapLike preciseMap(O f, Iterable l) {
  ret map_precise(f, l);
}



static L preciseMap(O f, O[] l) {
  ret map_precise(f, l);
}



static L preciseMap(O f, Map map) {
  ret map_precise(f, map);
}



static L preciseMap(Map map, O f) {
  ret map_precise(map, f);
}

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: #1024720
Snippet name: preciseMap - synonym of map_precise
Eternal ID of this version: #1024720/1
Text MD5: 3bdedf822d677f0eacdf76f282902fba
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-24 14:15:26
Source code size: 350 bytes / 27 lines
Pitched / IR pitched: No / No
Views / Downloads: 103 / 132
Referenced in: [show references]