Libraryless. Click here for Pure Java version (4195L/24K).
static <A, B> S formatColonProperties(Map<A, B> map) { ret mapToLines joinPairWithColon(mapToPairs(map)); } static <A, B> S formatColonProperties(LPair<A, B> l) { ret mapToLines joinPairWithColon(l); } static <A, B> S formatColonProperties(O... params) { ret formatColonProperties(paramsToPairs(params)); }
Began life as a copy of #1014451
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, lnbujpyubztb, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022374 |
Snippet name: | formatColonProperties |
Eternal ID of this version: | #1022374/6 |
Text MD5: | c2fdd33fe479f5c333ffab790a46fb22 |
Transpilation MD5: | 68aa178054372db837cddc0862abd8e0 |
Author: | stefan |
Category: | javax / formatting |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-19 22:05:36 |
Source code size: | 324 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 329 / 406 |
Version history: | 5 change(s) |
Referenced in: | [show references] |