1 | static int gSearchNeqNoSystemIdx(L<S> log, O predicate) { |
2 | ret gSearchNeqNoSystemIdx(log, predicate, 1); // no sense to start from 0 |
3 | } |
4 | |
5 | static int gSearchNeqNoSystemIdx(final L<S> log, final O predicate, int startIdx) { |
6 | ret gSearchIdx(log, func(S s) { |
7 | neq(s, gI(log)) && !isSystemLine(s) && isTrue(callF(predicate, s)) |
8 | }, startIdx); |
9 | } |
Began life as a copy of #1003879
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003977 |
Snippet name: | gSearchNeqNoSystemIdx - return line index |
Eternal ID of this version: | #1003977/1 |
Text MD5: | 180f6f40806105b9d222370809773b09 |
Author: | stefan |
Category: | javax / talking robots |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-10 18:42:56 |
Source code size: | 351 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 485 / 517 |
Referenced in: | [show references] |