1 | static S copyTextToClipboardIf(bool b, S text) {
|
2 | if (b) |
3 | copyTextToClipboard(text); |
4 | ret text; |
5 | } |
Began life as a copy of #1019713
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032947 |
| Snippet name: | copyTextToClipboardIf |
| Eternal ID of this version: | #1032947/1 |
| Text MD5: | 04f55d5435c6f2b6899be65432199a43 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 05:00:13 |
| Source code size: | 106 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 358 / 386 |
| Referenced in: | [show references] |