1 | static Concept _getConcept(long id) { |
2 | ret getConcept(id); |
3 | } |
4 | |
5 | |
6 | |
7 | static Concept _getConcept(Concepts concepts, long id) { |
8 | ret getConcept(concepts, id); |
9 | } |
10 | |
11 | |
12 | |
13 | static <A extends Concept> A nuLike _getConcept(Class<A> cc, long id) { |
14 | ret getConcept(cc, id); |
15 | } |
16 | |
17 | |
18 | |
19 | static <A extends Concept> A _getConcept(Concepts concepts, Class<A> cc, long id) { |
20 | ret getConcept(concepts, cc, id); |
21 | } |
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: | 422 / 475 |
| Referenced in: | [show references] |