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

3
LINES

< > BotCompany Repo | #1030052 // isInstanceOfSyntheticClass - should detect lambdas and proxies

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

Libraryless. Click here for Pure Java version (28L/1K).

sbool isInstanceOfSyntheticClass(O o) {
  ret o != null && o.getClass().isSynthetic();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030052
Snippet name: isInstanceOfSyntheticClass - should detect lambdas and proxies
Eternal ID of this version: #1030052/1
Text MD5: 5f6a546156e5652ce15818c872c6855f
Transpilation MD5: 3608fdaabb908ccc06cf35594df3792d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-03 10:31:32
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 132 / 187
Referenced in: [show references]