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

5
LINES

< > BotCompany Repo | #1005588 // nu - nuObject with values

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

Libraryless. Click here for Pure Java version (1194L/8K/29K).

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

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005588
Snippet name: nu - nuObject with values
Eternal ID of this version: #1005588/3
Text MD5: 024b160b146347eeaa0f593f37a6f9a6
Transpilation MD5: 849c842f65c8dfb772c99810057572cc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-18 04:35:05
Source code size: 106 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 732 / 858
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008730 - nuWithValues - synonym of nu - nuObject with values
#1017895 - repNu - repeat nu()
#1022802 - nuInner - nuObject with values and reference to outer object
#1031527 - nuDyn - nuObject with values which may be dynamic (DynamicObject)