Libraryless. Click here for Pure Java version (9759L/54K).
1 | static <A> L<A> fieldContainingIC(Iterable<A> l, S field, S substring) {
|
2 | ret filter(l, o -> cic(strOrEmpty(getOpt(o, field)), substring)); |
3 | } |
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: | 417 / 528 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |