static <A> S pnlToLines(S prefix, Iterable<A> l) { ret pnlToString(prefix, l); } static <A> S pnlToLines(Iterable<A> l) { ret pnlToString(l); } static <A> S pnlToLines(A[] l) { ret pnlToString(l); } static <A, B> S pnlToLines(Map<A, B> map) { ret pnlToString(map); } static <A, B> S pnlToLines(MultiMap<A, B> map) { ret pnlToString(map); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033593 |
Snippet name: | pnlToLines - synonym of pnlToString |
Eternal ID of this version: | #1033593/1 |
Text MD5: | fed6289bf610f76f5b5ca10a56041011 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-11-14 19:33:02 |
Source code size: | 367 bytes / 26 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 210 / 227 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |