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

3
LINES

< > BotCompany Repo | #1034196 // stringify - call stringifier or toString if stringifier is null

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (46L/1K).

sS stringify(IStringifier stringifier, O o) {
  ret stringifier == null ? str(o) : stringifier.toString(o);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034196
Snippet name: stringify - call stringifier or toString if stringifier is null
Eternal ID of this version: #1034196/1
Text MD5: e9d7bc0cf09a107b750ea146f4890016
Transpilation MD5: b97741a65fd2b28036c291c285605293
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-28 19:29:06
Source code size: 111 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 81 / 128
Referenced in: [show references]