static Set<S> extAllFlags(Ext e) { new Set<S> flags; while (e != null) { addAll(flags, stringsOnly(keysWithValue(true, e.fieldValues))); e = (Ext) mapGet(e.fieldValues, 'src); } ret flags; }
Began life as a copy of #1023216
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: | #1023217 |
Snippet name: | extAllFlags |
Eternal ID of this version: | #1023217/4 |
Text MD5: | b61b3afc195fe5dee3c122eef1b11564 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-16 20:43:55 |
Source code size: | 213 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 280 / 285 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |