Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1025418 // nsnpntFieldValues_withoutOuterRefs

JavaX fragment (include)

// nsnpnt = nonStaticNonPrimitiveNonTransient
static L nsnpntFieldValues_withoutOuterRefs(O o) {
  ret map(filter(nonStaticNonPrimitiveNonTransientFieldObjects(o),
    f -> !f.getName().startsWith("this$")), f -> fieldGet(f, o));
}

Author comment

Began life as a copy of #1025411

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025418
Snippet name: nsnpntFieldValues_withoutOuterRefs
Eternal ID of this version: #1025418/3
Text MD5: d7d32059202749f345c154596c6d6a77
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-28 21:06:24
Source code size: 235 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 141 / 194
Version history: 2 change(s)
Referenced in: [show references]