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

7
LINES

< > BotCompany Repo | #1030292 // classNameIs

JavaX fragment (include)

sbool classNameIs(O o, S name) {
  ret eq(className(o), name);
}

sbool mapMethodLike classNameIs(S name, O o) {
  ret classNameIs(o, name);
}

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: 128 / 157
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)