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

14
LINES

< > BotCompany Repo | #1032936 // renderVarsWithoutNulls

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

Libraryless. Click here for Pure Java version (3920L/23K).

// Use like this: renderVars(+x, +y)
// Or like this: renderVars SomeID(+x, +y)
sS mapMethodLike renderVarsWithoutNulls(O... params) {
  new LS l;
  int i = 0;
  if (odd(l(params))) {
    l.add(strOrNull(first(params)));
    ++i;
  }
  for (; i+1 < l(params); i += 2)
    if (params[i] != null && params[i+1] != null)
      l.add(params[i] + "=" + params[i+1]);
  ret trim(joinWithComma(l));
}

Author comment

Began life as a copy of #1010650

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032936
Snippet name: renderVarsWithoutNulls
Eternal ID of this version: #1032936/1
Text MD5: be1a5598e96876ea378fb0e8c7d79175
Transpilation MD5: b04053bd1e304b9ebf70838e8d8da101
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-11 03:59:49
Source code size: 406 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 89 / 127
Referenced in: [show references]