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

5
LINES

< > BotCompany Repo | #1003574 // withoutSecretDialogs

JavaX fragment (include)

static L<Dialog> withoutSecretDialogs(L<Dialog> dialogs) {
  ret filter(dialogs, func(Dialog d) {
    !containsIgnoreCase(d.snippet.title, "secret")
  });
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003574
Snippet name: withoutSecretDialogs
Eternal ID of this version: #1003574/1
Text MD5: 9f6676307d5c40bd48bd360680d4fedc
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-19 18:06:21
Source code size: 160 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 483 / 487
Referenced in: [show references]