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

5
LINES

< > BotCompany Repo | #1019713 // copyTextToClipboardIfNotNull

JavaX fragment (include)

static S copyTextToClipboardIfNotNull(S text) {
  if (text != null)
    copyTextToClipboard(text);
  ret text;
}

Author comment

Began life as a copy of #1005363

download  show line numbers  debug dex  old transpilations   

Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019713
Snippet name: copyTextToClipboardIfNotNull
Eternal ID of this version: #1019713/1
Text MD5: 32accea0f7d4a7b5bd56a6ee142bf91d
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-23 14:15:39
Source code size: 116 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 263 / 283
Referenced in: [show references]