static abstract class IMatchF { abstract bool get(O pat, O real, IMatchF elementMatcher, Map map); bool get(O pat, O real, Map map) { ret get(pat, real, null, map); } }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012751 |
| Snippet name: | IMatchF |
| Eternal ID of this version: | #1012751/6 |
| Text MD5: | 886653d7ded584e36a4e55be5316f567 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-11 20:08:20 |
| Source code size: | 185 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 665 / 1256 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |