Libraryless. Click here for Pure Java version (4195L/24K).
1 | static <A, B> S formatColonProperties(Map<A, B> map) {
|
2 | ret mapToLines joinPairWithColon(mapToPairs(map)); |
3 | } |
4 | |
5 | static <A, B> S formatColonProperties(LPair<A, B> l) {
|
6 | ret mapToLines joinPairWithColon(l); |
7 | } |
8 | |
9 | static <A, B> S formatColonProperties(O... params) {
|
10 | ret formatColonProperties(paramsToPairs(params)); |
11 | } |
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: | 589 / 720 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |