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

7
LINES

< > BotCompany Repo | #1029932 // p_vbar - <p> with items joined with vertical bar unless empty

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

Libraryless. Click here for Pure Java version (2685L/17K).

sS p_vbar(S... items) {
  ret p_vbar(asList(items));
}

sS p_vbar(Cl<S> items, O... _) {
  ret pUnlessEmpty(joinNemptiesWithVBar(items), _);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1029932
Snippet name: p_vbar - <p> with items joined with vertical bar unless empty
Eternal ID of this version: #1029932/4
Text MD5: 4285f26efc01c1337ed4a7c0eb87032b
Transpilation MD5: 6422ce9c25a7b4d463bc3aae1c3d2b65
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-20 13:35:28
Source code size: 148 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 153 / 228
Version history: 3 change(s)
Referenced in: [show references]