Libraryless. Click here for Pure Java version (2227L/14K).
1 | svoid clearDynFields(DynamicObject o, S... fields) {
|
2 | if (o == null || o.fieldValues == null) ret; |
3 | for (S field : fields) |
4 | syncRemove(o.fieldValues, field); |
5 | } |
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: | #1027621 |
| Snippet name: | clearDynFields |
| Eternal ID of this version: | #1027621/2 |
| Text MD5: | 37e5f0a7971ac358c0286bed2d0816e6 |
| Transpilation MD5: | bcc7d358c79cca7802cef55c1b2a5727 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-26 15:50:40 |
| Source code size: | 168 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 449 / 558 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |