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

6
LINES

< > BotCompany Repo | #1031345 // unlistedCopyToClass_withConverter

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

Libraryless. Click here for Pure Java version (15636L/101K).

static <A extends Concept> A unlistedCopyToClass_withConverter(Class<A> c, Concept a) {
  if (a == null) null;
  A b = unlisted(c);
  ccopyFields_withConverter(a, b);
  ret b;
}

Author comment

Began life as a copy of #1030978

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031345
Snippet name: unlistedCopyToClass_withConverter
Eternal ID of this version: #1031345/1
Text MD5: 6ac46ce110267a4dc436ed89dfaddadc
Transpilation MD5: 9bd47ee13798a3925792b4719cb46c20
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-05 18:11:26
Source code size: 182 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 80 / 125
Referenced in: [show references]