Libraryless. Click here for Pure Java version (2482L/16K).
static <A> L<A> objectsWhereNotIC(Collection<A> c, O... data) { if (c == null) null; new L<A> l; for (A x : c) if (!checkFieldsIC(x, data)) l.add(x); ret l; }
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: | 500 / 645 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |