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

11
LINES

< > BotCompany Repo | #1029116 // autoMap

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4730L/26K).

static <A, B> Map<A, B> autoMap(Class<B> c) {
  ret AutoMap(c);
}

static <A, B> Map<A, B> lambda0Like autoMap(IF0<B> f) {
  ret AutoMap(f);
}

static <A, B> Map<A, B> autoMap(IF1<A, B> f) {
  ret AutoMap(f);
}

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: 163 / 231
Version history: 5 change(s)
Referenced in: [show references]