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

7
LINES

< > BotCompany Repo | #1030335 // shortNameIs - synonym of isShortNamed

JavaX fragment (include)

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

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

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030335
Snippet name: shortNameIs - synonym of isShortNamed
Eternal ID of this version: #1030335/2
Text MD5: f8fcdd48ad7c32d8c7ab5448586d373e
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-05 23:18:03
Source code size: 155 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 114 / 154
Version history: 1 change(s)
Referenced in: [show references]