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

5
LINES

< > BotCompany Repo | #1027370 // renderEqualsCommaProperties

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

Libraryless. Click here for Pure Java version (2260L/14K).

// e.g. [[bla=1, blubb="blu"]]
// keys and values are not quoted
sS renderEqualsCommaProperties(SS map) {
  ret joinWithComma(map(map, (key, value) -> key + "=" + value));
}

Author comment

Began life as a copy of #1027369

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027370
Snippet name: renderEqualsCommaProperties
Eternal ID of this version: #1027370/1
Text MD5: c763e8c407993089c3014aa46c8c9c0a
Transpilation MD5: 7246ebd236b6d8def46cbed4b28b7d5c
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-15 15:09:33
Source code size: 177 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 134 / 194
Referenced in: [show references]