static <A extends Concept> A ccopyFieldsExcept(Concept x, A y, Set<S> dontCopyFields) { if (x == null || y == null) ret y; ret ccopyFields2(x, y, setMinusSet(conceptFields(x), dontCopyFields)); }
Began life as a copy of #1013534
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: | #1021551 |
| Snippet name: | ccopyFieldsExcept - for concepts |
| Eternal ID of this version: | #1021551/4 |
| Text MD5: | 16691cb0cb627935e42f9b6f712c5899 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-17 19:28:36 |
| Source code size: | 202 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 653 / 650 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |