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: | 393 / 441 | 
| Version history: | 1 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |