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

7
LINES

< > BotCompany Repo | #1028402 // findMethodsNamed_nonSynthetic

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2613L/16K).

static L<Method> findMethodsNamed_nonSynthetic(O o, S methodName) {
  ret lambdaFilter isNonSynthetic(findMethodsNamed(o, methodName));
}

static L<Method> findMethodsNamed_nonSynthetic(S methodName, O o) {
  ret findMethodsNamed_nonSynthetic(o, methodName);
}

Author comment

Began life as a copy of #1007767

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1028402
Snippet name: findMethodsNamed_nonSynthetic
Eternal ID of this version: #1028402/1
Text MD5: bdfac69ee6be61763e00137ad2e82b8c
Transpilation MD5: f84ad066e958d8bde9b2986d4860d453
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-16 01:46:43
Source code size: 266 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 135 / 217
Referenced in: [show references]