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

3
LINES

< > BotCompany Repo | #1023084 // quoteOrStr - quote if string, str() otherwise

JavaX fragment (include)

sS quoteOrStr(O o) {
  ret o instanceof S ? quote((S) o) : str(o);
}

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: #1023084
Snippet name: quoteOrStr - quote if string, str() otherwise
Eternal ID of this version: #1023084/1
Text MD5: 3ed32a9926cc5a88206d014a96ced7ad
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-02 21:21:43
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 194 / 219
Referenced in: [show references]