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

5
LINES

< > BotCompany Repo | #1022802 // nuInner - nuObject with values and reference to outer object

JavaX fragment (include)

static <A> A nuLike nuInner(Class<A> c, O outerObject, O... values) {
  A a = nuObject(c, outerObject);
  setAll(a, values);
  ret a;
}

Author comment

Began life as a copy of #1005588

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: #1022802
Snippet name: nuInner - nuObject with values and reference to outer object
Eternal ID of this version: #1022802/1
Text MD5: 25ace159b5228d47bc4d61d9ba0eac86
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-08 13:02:54
Source code size: 139 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 224
Referenced in: [show references]