Libraryless. Click here for Pure Java version (2482L/16K).
1 | static <A> L<A> objectsWhereNotIC(Collection<A> c, O... data) {
|
2 | if (c == null) null; |
3 | new L<A> l; |
4 | for (A x : c) |
5 | if (!checkFieldsIC(x, data)) |
6 | l.add(x); |
7 | ret l; |
8 | } |
Began life as a copy of #1023649
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027960 |
| Snippet name: | objectsWhereNotIC |
| Eternal ID of this version: | #1027960/3 |
| Text MD5: | 58aef63346347cc3627ef7a97ac8bee0 |
| Transpilation MD5: | 8f9dfdaea3db7b54b7c25b4a332a5115 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-21 00:10:52 |
| Source code size: | 183 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 503 / 649 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |