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

3
LINES

< > BotCompany Repo | #1036301 // fieldContainingIC

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9759L/54K).

static <A> L<A> fieldContainingIC(Iterable<A> l, S field, S substring) {
  ret filter(l, o -> cic(strOrEmpty(getOpt(o, field)), substring));
}

Author comment

Began life as a copy of #1031132

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036301
Snippet name: fieldContainingIC
Eternal ID of this version: #1036301/3
Text MD5: 078772ce30a7bf59b498722a17355907
Transpilation MD5: 05ff76cddf77471108599fed957ea149
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-11-14 21:46:20
Source code size: 144 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 69 / 102
Version history: 2 change(s)
Referenced in: [show references]