1 | static IDefinitions dm_interfaceToDefinitionsModule() {
|
2 | ret new IDefinitions {
|
3 | public Collection<S> getDefinitions(S word) {
|
4 | ret dm_getDefinitions(word); |
5 | } |
6 | |
7 | public void addDefinition(S word, S definition) {
|
8 | dm_addDefinition(word, definition); |
9 | } |
10 | }; |
11 | } |
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: | #1022968 |
| Snippet name: | dm_interfaceToDefinitionsModule |
| Eternal ID of this version: | #1022968/2 |
| Text MD5: | a8a828b3fa9e59a4bdcbe082c5dde1e0 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-04-16 16:53:15 |
| Source code size: | 295 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 479 / 512 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |