Libraryless. Click here for Pure Java version (2791L/17K).
static <A> S pnlToString(S prefix, Iterable<A> l) { ret hijackPrint(r { pnl(prefix, l) }); } static <A> S pnlToString(final Iterable<A> l) { ret hijackPrint(r { pnl(l) }); } static <A> S pnlToString(final A[] l) { ret hijackPrint(r { pnl(l) }); } static <A, B> S pnlToString(final Map<A, B> map) { ret hijackPrint(r { pnl(map) }); } ifclass MultiMap static <A, B> S pnlToString(MultiMap<A, B> map) { ret pnlToString(multiMapToMap(map)); } endif
Began life as a copy of #1014738
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1020445 |
| Snippet name: | pnlToString - see pnl |
| Eternal ID of this version: | #1020445/4 |
| Text MD5: | b9deb9a904bc7d3472b943473c3e08ac |
| Transpilation MD5: | 5341b460364aa18ff5dd9bd3abf9e22f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-28 17:25:32 |
| Source code size: | 478 bytes / 21 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 641 / 784 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |