Libraryless. Click here for Pure Java version (14927L/96K).
1 | static <A extends Concept> Cl<A> cForwardAndBackRefs(Concept c, Class<A> type) { |
2 | ret concatLists_conservative(cForwardRefs(c, type), findBackRefs(c, type)); |
3 | } |
4 | |
5 | static <A extends Concept> Cl<A> nuLike cForwardAndBackRefs(Class<A> type, Concept c) { |
6 | ret cForwardAndBackRefs(c, type); |
7 | } |
Began life as a copy of #1030914
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030915 |
Snippet name: | cForwardAndBackRefs (for concepts) |
Eternal ID of this version: | #1030915/4 |
Text MD5: | 1bb6489e24871668c0c75af9b96f053a |
Transpilation MD5: | 0d9e8326a3722319d10e97988c67bd18 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-04-10 17:43:57 |
Source code size: | 293 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 141 / 221 |
Version history: | 3 change(s) |
Referenced in: | [show references] |