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

4
LINES

< > BotCompany Repo | #1007443 // conceptToNameOpt - returns null if not found

JavaX fragment (include)

static S conceptToNameOpt(S s) {
  AIConcept c = aiConceptsMap_cached().get(s);
  ret c == null ? null : unnull(c.name);
}

Author comment

Began life as a copy of #1007416

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: #1007443
Snippet name: conceptToNameOpt - returns null if not found
Eternal ID of this version: #1007443/1
Text MD5: 4fe98d6aaa71a8f95c2b8e19a6438a05
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-23 15:06:43
Source code size: 125 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 432 / 449
Referenced in: [show references]