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

3
LINES

< > BotCompany Repo | #1005399 // keysWithoutHidden - keys of a map without strings starting with "[hidden] "

JavaX fragment (include)

static <A, B> L<A> keysWithoutHidden(Map<A, B> map) {
  ret [O o in keys(map) | !eq(o, "[hidden]") && !isStringStartingWith(o, "[hidden] ")];
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005399
Snippet name: keysWithoutHidden - keys of a map without strings starting with "[hidden] "
Eternal ID of this version: #1005399/2
Text MD5: ba1fdac84f5458d8038d484d81e0400d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-24 16:08:00
Source code size: 145 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 485 / 509
Version history: 1 change(s)
Referenced in: [show references]