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

7
LINES

< > BotCompany Repo | #1027585 // getConcept_allowNull

JavaX fragment (include)

static Concept getConcept_allowNull(Long id) {
  ret id == null ? null : getConcept(id);
}

static Concept getConcept_allowNull(Concepts cc, Long id) {
  ret id == null ? null : getConcept(cc, id);
}

Author comment

Began life as a copy of #1006614

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: #1027585
Snippet name: getConcept_allowNull
Eternal ID of this version: #1027585/1
Text MD5: 4de3716f3ad83dd9badb2aeb60004a08
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 11:59:30
Source code size: 207 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 103 / 130
Referenced in: [show references]