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

5
LINES

< > BotCompany Repo | #1031527 // nuDyn - nuObject with values which may be dynamic (DynamicObject)

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

Libraryless. Click here for Pure Java version (3326L/19K).

static <A extends DynamicObject> A nuLike nuDyn(Class<A> c, O... values) {
  A a = nuObject(c);
  setOptAllDyn(a, paramsToMap(values));
  ret a;
}

Author comment

Began life as a copy of #1005588

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031527
Snippet name: nuDyn - nuObject with values which may be dynamic (DynamicObject)
Eternal ID of this version: #1031527/2
Text MD5: 3bb504edf3c058b012b138b1d7ba9342
Transpilation MD5: 4c5a242399747b5cb5bdd3f0d1b35872
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-18 20:08:08
Source code size: 150 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 131
Version history: 1 change(s)
Referenced in: [show references]