static <A> A popFirst_ping(L<A> l) { ping(); ret popFirst(l); } static <A> A popFirst_ping(Collection<A> l) { ping(); ret popFirst(l); } static <A> L<A> popFirst_ping(int n, L<A> l) { ping(); ret popFirst(n, l); }
Began life as a copy of #1007610
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025776 |
Snippet name: | popFirst_ping - popFirst + ping |
Eternal ID of this version: | #1025776/1 |
Text MD5: | 7c2936c47e9be2a06622fc09bde3ba7a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-19 14:56:52 |
Source code size: | 240 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 207 / 235 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |