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

7
LINES

< > BotCompany Repo | #1022019 // markIdentifiersSafe (needs auth)

JavaX fragment (include)

sS markIdentifiersSafe(Collection<S> identifiers) {
  ret join(". ", map markIdentifierSafe(identifiers));
}

sS markIdentifiersSafe(S... identifiers) {
  ret markIdentifiersSafe(asList(identifiers));
}

Author comment

Began life as a copy of #1021419

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1022019
Snippet name: markIdentifiersSafe (needs auth)
Eternal ID of this version: #1022019/3
Text MD5: dc7661844febf52fda5612d2e81814e9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-19 14:02:41
Source code size: 208 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 219 / 307
Version history: 2 change(s)
Referenced in: [show references]