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

7
LINES

< > BotCompany Repo | #1030292 // classNameIs

JavaX fragment (include)

1  
sbool classNameIs(O o, S name) {
2  
  ret eq(className(o), name);
3  
}
4  
5  
sbool mapMethodLike classNameIs(S name, O o) {
6  
  ret classNameIs(o, name);
7  
}

Author comment

Began life as a copy of #1013188

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030292
Snippet name: classNameIs
Eternal ID of this version: #1030292/1
Text MD5: 5d0079d674faf24c02916c253325bb56
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-27 16:11:08
Source code size: 148 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 127 / 155
Referenced in: [show references]