Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1022968 // dm_interfaceToDefinitionsModule

JavaX fragment (include)

static IDefinitions dm_interfaceToDefinitionsModule() {
  ret new IDefinitions {
    public Collection<S> getDefinitions(S word) {
      ret dm_getDefinitions(word);
    }
    
    public void addDefinition(S word, S definition) {
      dm_addDefinition(word, definition);
    }
  };
}

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: 183 / 211
Version history: 1 change(s)
Referenced in: [show references]