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

9
LINES

< > BotCompany Repo | #1028707 // keysWhereValue - synonym of keysWithValueThat

JavaX fragment (include)

static <A, B> L<A> keysWhereValue(IPred<B> pred, Map<A, B> map) {
  ret keysWithValueThat(pred, map);
}



static <A, B> L<A> keysWhereValue(Map<A, B> map, IPred<B> pred) {
  ret keysWithValueThat(map, pred);
}

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