static <A> L<A> takeFirst10(L<A> l) { ret takeFirst(10, l); } static <A> L<A> takeFirst10(Iterable<A> i) { ret takeFirst(10, i); }
Began life as a copy of #1007549
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014754 |
Snippet name: | takeFirst10 |
Eternal ID of this version: | #1014754/1 |
Text MD5: | 1c368bcbf5df16ecbc962b2e134bab78 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-01 19:20:48 |
Source code size: | 143 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 430 / 467 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |