Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1025776 // popFirst_ping - popFirst + ping

JavaX fragment (include)

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);
}

Author comment

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: 143 / 179
Referenced in: [show references]