static <B, A extends Collection<B>> A printLinesWithIndent(S indent, A lines) { if (lines != null) for (B s : lines) printIndent(indent, s); ret lines; }
Began life as a copy of #1004486
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013115 |
| Snippet name: | printLinesWithIndent |
| Eternal ID of this version: | #1013115/5 |
| Text MD5: | 5bce921705d9ff9adbff08cf2a67370c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-26 13:18:17 |
| Source code size: | 165 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 708 / 765 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |