static Concept _getConcept(long id) { ret getConcept(id); } static Concept _getConcept(Concepts concepts, long id) { ret getConcept(concepts, id); } static <A extends Concept> A nuLike _getConcept(Class<A> cc, long id) { ret getConcept(cc, id); } static <A extends Concept> A _getConcept(Concepts concepts, Class<A> cc, long id) { ret getConcept(concepts, cc, id); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030892 |
| Snippet name: | _getConcept - synonym of getConcept |
| Eternal ID of this version: | #1030892/1 |
| Text MD5: | 035d8c2e3fe74cdef0f58ccb0fd42a4b |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-06 15:37:35 |
| Source code size: | 390 bytes / 21 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 421 / 474 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |