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

7
LINES

< > BotCompany Repo | #1029620 // dynShortNameIs

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

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

sbool mapMethodLike dynShortNameIs(S name, O o) {
  ret eq(dynShortName(o), name);
}

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

Author comment

Began life as a copy of #1016510

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: #1029620
Snippet name: dynShortNameIs
Eternal ID of this version: #1029620/1
Text MD5: 3f38c98194fd0166dc36a27477983d4a
Transpilation MD5: 394fda95df9bc7e5ab5949a68e9ac5bc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-30 15:47:57
Source code size: 160 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 122 / 192
Referenced in: [show references]