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

3
LINES

< > BotCompany Repo | #1026068 // anyCic - any contains ignore case

JavaX fragment (include)

sbool anyCic(S s, Iterable<S> l) {
  ret any(l, x -> cic(x, s));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026068
Snippet name: anyCic - any contains ignore case
Eternal ID of this version: #1026068/1
Text MD5: 059ec074f3b29cc0d7dfe55bb5e6dee0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-18 22:35:45
Source code size: 68 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 114 / 143
Referenced in: [show references]