sbool anyFieldsDifferent(O a, O b, Iterable<S> fields) { if (fields != null) for (S field : fields) if (neq(getOpt(a, field), getOpt(b, field))) true; false; }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022156 |
| Snippet name: | anyFieldsDifferent |
| Eternal ID of this version: | #1022156/1 |
| Text MD5: | 183419a95378c510a0424727794d9ea2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-10 00:06:01 |
| Source code size: | 171 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 495 / 548 |
| Referenced in: | [show references] |