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: | 178 / 208 |
Referenced in: | [show references] |