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