Libraryless. Click here for Pure Java version (15065L/97K).
1 | static <A extends Concept> Cl<A> cForwardRefs(Concept c, Class<A> type) { |
2 | ret c == null ?: instancesOf(type, cForwardRefs(c)); |
3 | } |
4 | |
5 | static <A extends Concept> Cl<A> nuLike cForwardRefs(Class<A> type, Concept c) { |
6 | ret cForwardRefs(c, type); |
7 | } |
8 | |
9 | static Cl<Concept> cForwardRefs(Concept c) { |
10 | ret c == null ?: lmap derefRef(c._refs()); |
11 | } |
Began life as a copy of #1007228
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030914 |
Snippet name: | cForwardRefs (for concepts) |
Eternal ID of this version: | #1030914/3 |
Text MD5: | 6221e5e9a1c7c11cf060b8e37b020c02 |
Transpilation MD5: | 125ec3d5a957333c08cd08e687271f0f |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-12 23:28:30 |
Source code size: | 350 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 149 / 229 |
Version history: | 2 change(s) |
Referenced in: | [show references] |