| 1 | sbool mapMethodLike shortNameIs(S name, O o) { | 
| 2 | ret isShortNamed(name, o); | 
| 3 | } | 
| 4 | |
| 5 | sbool mapMethodLike shortNameIs(O o, S name) { | 
| 6 | ret shortNameIs(name, o); | 
| 7 | } | 
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: | 392 / 441 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |