1 | static L preciseMap(Iterable l, O f) { |
2 | ret map_precise(l, f); |
3 | } |
4 | |
5 | |
6 | |
7 | static L mapLike preciseMap(O f, Iterable l) { |
8 | ret map_precise(f, l); |
9 | } |
10 | |
11 | |
12 | |
13 | static L preciseMap(O f, O[] l) { |
14 | ret map_precise(f, l); |
15 | } |
16 | |
17 | |
18 | |
19 | static L preciseMap(O f, Map map) { |
20 | ret map_precise(f, map); |
21 | } |
22 | |
23 | |
24 | |
25 | static L preciseMap(Map map, O f) { |
26 | ret map_precise(map, f); |
27 | } |
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: | 179 / 209 |
Referenced in: | [show references] |