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