static <A> L<A> elementsAtIndex(int index, Collection<L<A>> c) { L out = emptyList(c); for (L<A> l : unnull(c)) out.add(get(l, index)); ret out; }
Began life as a copy of #1002318
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017090 |
| Snippet name: | elementsAtIndex |
| Eternal ID of this version: | #1017090/1 |
| Text MD5: | eb0d1f71d098c80d10c6535bc1d4cf6d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-11 22:32:38 |
| Source code size: | 161 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 538 / 567 |
| Referenced in: | [show references] |