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

11
LINES

< > BotCompany Repo | #1018902 // containingIC

JavaX fragment (include)

static L<S> containingIC(Collection<S> l, fS x) {
  new LS out;
  for (S s : unnull(l))
    if (cic(s, x))
      out.add(s);
  ret out;
}

static L<S> containingIC(S x, Collection<S> l) {
  ret containingIC(l, x);
}

Author comment

Began life as a copy of #1017966

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, jcllbfdqhrgy, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1018902
Snippet name: containingIC
Eternal ID of this version: #1018902/1
Text MD5: baefa5e0d7c554376ba3c3bdb36b3eaf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-15 17:32:52
Source code size: 225 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 370 / 410
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1020538 - containing
#1026243 - whereToStringContainsIC