Libraryless. Click here for Pure Java version (4730L/26K).
1 | static <A, B> Map<A, B> autoMap(Class<B> c) { |
2 | ret AutoMap(c); |
3 | } |
4 | |
5 | static <A, B> Map<A, B> lambda0Like autoMap(IF0<B> f) { |
6 | ret AutoMap(f); |
7 | } |
8 | |
9 | static <A, B> Map<A, B> autoMap(IF1<A, B> f) { |
10 | ret AutoMap(f); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1029116 |
Snippet name: | autoMap |
Eternal ID of this version: | #1029116/6 |
Text MD5: | d1884bcd31b4d94a5f8086f6ea7392f1 |
Transpilation MD5: | 5fc8a25739a12b792d7772114b5c0cd0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-29 02:16:00 |
Source code size: | 220 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 252 / 340 |
Version history: | 5 change(s) |
Referenced in: | [show references] |