Libraryless. Click here for Pure Java version (14930L/96K).
1 | static <A extends Concept> LPair<A, S> cForwardRefsWithFieldNames(Concept c, Class<A> type) { |
2 | ret mapNonNulls(scanConceptForRefsWithFieldNames(c), |
3 | p -> isInstanceOf(derefRef(p.a), type) ? pair((A) derefRef(p.a), p.b) : null); |
4 | } |
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: | #1030922 |
Snippet name: | cForwardRefsWithFieldNames |
Eternal ID of this version: | #1030922/5 |
Text MD5: | a8fae4d046687e2f90af53683e264325 |
Transpilation MD5: | 74180bb33190ee84b2c3a3fd73619244 |
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 19:14:01 |
Source code size: | 236 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 165 / 231 |
Version history: | 4 change(s) |
Referenced in: | [show references] |