1 | static <A, B> L<A> keysWhereValue(IPred<B> pred, Map<A, B> map) { |
2 | ret keysWithValueThat(pred, map); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A, B> L<A> keysWhereValue(Map<A, B> map, IPred<B> pred) { |
8 | ret keysWithValueThat(map, pred); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028707 |
| Snippet name: | keysWhereValue - synonym of keysWithValueThat |
| Eternal ID of this version: | #1028707/1 |
| Text MD5: | b0dc2b480f41a8cef8e8f475c95b931b |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-05 23:01:33 |
| Source code size: | 210 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 355 / 406 |
| Referenced in: | [show references] |