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

6
LINES

< > BotCompany Repo | #1022282 // unlistedWithValues

JavaX fragment (include)

// make concept instance that is not connected to DB & set fields
static <A extends Concept> A nuLike unlistedWithValues(Class<A> c, O... params) {
  A a = unlisted(c);
  cset(a, params);
  ret a;
}

Author comment

Began life as a copy of #1007591

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: #1022282
Snippet name: unlistedWithValues
Eternal ID of this version: #1022282/2
Text MD5: adf4d527dffbd4972b3f968ce9b98f85
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-12 17:04:14
Source code size: 203 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 219 / 268
Version history: 1 change(s)
Referenced in: [show references]