Libraryless. Click here for Pure Java version (14927L/96K).
static <A extends Concept> Cl<A> cForwardAndBackRefs(Concept c, Class<A> type) { ret concatLists_conservative(cForwardRefs(c, type), findBackRefs(c, type)); } static <A extends Concept> Cl<A> nuLike cForwardAndBackRefs(Class<A> type, Concept c) { ret cForwardAndBackRefs(c, type); }
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: | 139 / 217 |
Version history: | 3 change(s) |
Referenced in: | [show references] |