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

3
LINES

< > BotCompany Repo | #1027586 // conceptIDOrNull - get ID of Concept (null if null)

JavaX fragment (include)

static Long conceptIDOrNull(Concept c) {
  ret c == null ? null : c.id;
}

Author comment

Began life as a copy of #1027584

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027586
Snippet name: conceptIDOrNull - get ID of Concept (null if null)
Eternal ID of this version: #1027586/3
Text MD5: 3e282c1fd07b85bb79da811cafdb52eb
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-25 12:03:33
Source code size: 75 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 145
Version history: 2 change(s)
Referenced in: [show references]