Libraryless. Click here for Pure Java version (2791L/17K).
1 | static <A> S pnlToString(S prefix, Iterable<A> l) {
|
2 | ret hijackPrint(r { pnl(prefix, l) });
|
3 | } |
4 | |
5 | static <A> S pnlToString(final Iterable<A> l) {
|
6 | ret hijackPrint(r { pnl(l) });
|
7 | } |
8 | |
9 | static <A> S pnlToString(final A[] l) {
|
10 | ret hijackPrint(r { pnl(l) });
|
11 | } |
12 | |
13 | static <A, B> S pnlToString(final Map<A, B> map) {
|
14 | ret hijackPrint(r { pnl(map) });
|
15 | } |
16 | |
17 | ifclass MultiMap |
18 | static <A, B> S pnlToString(MultiMap<A, B> map) {
|
19 | ret pnlToString(multiMapToMap(map)); |
20 | } |
21 | 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: | 649 / 791 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |