sS stringIf(bool b, S s) { ret stringIfTrue(b, s); } sS stringIf(S s, bool b) { ret stringIf(b, s); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022132 |
| Snippet name: | stringIf - synonym of stringIfTrue |
| Eternal ID of this version: | #1022132/2 |
| Text MD5: | 2cf991021024522cf91e54b33745de22 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-29 15:14:54 |
| Source code size: | 106 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 890 / 955 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030391 - stringUnless #1036568 - valueOrNull |