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

5
LINES

< > BotCompany Repo | #1023521 // extLift - new value, copy map

JavaX fragment (include)

static <A, B> Ext<B> extLift(B b, Ext<A> a) {
  Ext<B> ext = ext(b);
  copyDynamicObjectValues(a, ext);
  ret ext;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023521
Snippet name: extLift - new value, copy map
Eternal ID of this version: #1023521/4
Text MD5: 97f88ee58c51661b715a8d087f8af285
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-27 14:02:10
Source code size: 120 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 243
Version history: 3 change(s)
Referenced in: [show references]