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)); }
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: | 131 / 184 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1036490 - havingFieldNotNull |