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

7
LINES

< > BotCompany Repo | #1008877 // eqGet - combines eq() and get()

JavaX fragment (include)

static bool eqGet(L l, int i, O o) {
  ret eq(get(l, i), o);
}

static <A, B> bool eqGet(Map<A, B> map, A key, O o) {
  ret eq(mapGet(map, key), o);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008877
Snippet name: eqGet - combines eq() and get()
Eternal ID of this version: #1008877/4
Text MD5: 0f040075e77374ccfe26309ab0c6587c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-28 11:55:55
Source code size: 156 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 638 / 690
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008920 - eqGetIC - combines eqic() and get()
#1016000 - neqGet - combines neq() and get()
#1026236 - nemptyGet