1 | static int indexOfFirstThat(L l, O pred) {
|
2 | ret indexOfPred(l, pred); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A, B> int indexOfFirstThat(L<A> l, IF1<A, B> pred) {
|
8 | ret indexOfPred(l, pred); |
9 | } |
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: | #1023752 |
| Snippet name: | indexOfFirstThat - synonym of indexOfPred |
| Eternal ID of this version: | #1023752/2 |
| Text MD5: | cd983c6d07689a5f41a6fbbd07381f1d |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-07 23:43:12 |
| Source code size: | 174 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 466 / 505 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |